diff --git a/lisp/Config.hp700_ux90 b/lisp/Config.hp700_ux90
new file mode 100644
index 0000000000000000000000000000000000000000..e62a0465f16808a6a4434c0833ddcd423a9b88ff
--- /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 $@