Skip to content
Snippets Groups Projects
Config.hp700_ux90 422 B
Newer Older
pw's avatar
pw committed
CPPFLAGS = -Dparisc -I. -I/usr/local/lib/gcc-lib/hppa1.1-hp-hpux/2.6.0/include \
ram's avatar
ram committed
	-I/usr/include -I/usr/include/X11R5
LINK.o = gcc $(LDFLAGS) $(TARGET_ARCH)
CC = gcc
NM = hpux-nm
CFLAGS = -O
ASFLAGS = -O -DNEW_FORMAT
UNDEFSYMPATTERN=-u &
pw's avatar
pw committed
ASSEM_SRC = hppa-assem.S
ram's avatar
ram committed
ARCH_SRC = hppa-arch.c
pw's avatar
pw committed
OS_SRC = hpux-os.c undefineds.c
OS_LINK_FLAGS= -Wl,-a,archive
pw's avatar
pw committed
OS_LIBS= -lBSD /lib/pa1.1/libm.a
pw's avatar
pw committed
%.o: %.S
	$(PREPROCESS.S) $< | as -o $@