Forked from
cmucl / cmucl
7692 commits behind the upstream repository.
Config.hp700_ux90 368 B
CPPFLAGS = -Dparisc -I. -I/usr/local/lib/gcc-lib/hppa1.1-hp-hpux/2.6.0 \
-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 &
ASSEM_SRC = hppa-assem.S
ARCH_SRC = hppa-arch.c
OS_SRC = hpux-os.c
OS_LINK_FLAGS=
OS_LIBS= -lBSD
%.o: %.S
$(PREPROCESS.S) $< | as -o $@