From 60f9ca07e7065c9a4d2ce0d4b10b011672efd247 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Sun, 13 Sep 1998 13:07:17 +0000 Subject: [PATCH] Update from Mike McDonald. --- lisp/Config.hp700_ux90 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/Config.hp700_ux90 b/lisp/Config.hp700_ux90 index 5c14481fd..f06af46d0 100644 --- a/lisp/Config.hp700_ux90 +++ b/lisp/Config.hp700_ux90 @@ -1,15 +1,15 @@ -CPPFLAGS = -Dparisc -I. -I/usr/local/lib/gcc-lib/hppa1.1-hp-hpux/2.6.0/include \ +CPPFLAGS = -Dparisc -I. -I/usr/cygnus/lib/gcc-lib/hppa1.1-hp-hpux9.05/2.6-95q3/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 +CFLAGS = -g +ASFLAGS = -g -DNEW_FORMAT UNDEFSYMPATTERN=-u & ASSEM_SRC = hppa-assem.S ARCH_SRC = hppa-arch.c OS_SRC = hpux-os.c undefineds.c -OS_LINK_FLAGS= -Wl,-a,archive +OS_LINK_FLAGS= -Wl,-a,archive -N OS_LIBS= -lBSD /lib/pa1.1/libm.a %.o: %.S -- GitLab