diff --git a/lisp/Config.hp700_ux90 b/lisp/Config.hp700_ux90
index 5c14481fdaa3ebc4e60b9d54a2e95b89cd938c96..f06af46d0a737bf9bc022bd3cd5a6facc6a91dbb 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