From 4e17415deafbbc79be18576e024ffa7536672e75 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Wed, 25 Aug 1993 00:20:37 +0000 Subject: [PATCH] Initial revision --- lisp/Config.hp700_ux90 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lisp/Config.hp700_ux90 diff --git a/lisp/Config.hp700_ux90 b/lisp/Config.hp700_ux90 new file mode 100644 index 000000000..e62a0465f --- /dev/null +++ b/lisp/Config.hp700_ux90 @@ -0,0 +1,16 @@ +CPPFLAGS = -Dparisc -I. -I/users/hallgren/lib/gcc-lib/hp720/2.4.0/include \ + -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 $@ -- GitLab