diff --git a/lisp/Config.parisc_mach b/lisp/Config.parisc_mach new file mode 100644 index 0000000000000000000000000000000000000000..1497982e07d589519bd2d92bbd6478bd5809b4d6 --- /dev/null +++ b/lisp/Config.parisc_mach @@ -0,0 +1,16 @@ +CPPFLAGS = -Dparisc -Dhpux -DMACH \ + -I. -I/usr/misc/.X11/include -I/usr/mach/include -Ihacks +LINK.o = /usr/src/mach/bin/cc $(LDFLAGS) $(TARGET_ARCH) +CC = /usr/src/mach/bin/cc +NM = hacks/my-nm +CFLAGS = -g +ASFLAGS = -g +UNDEFSYMPATTERN = & +ASSEM_SRC = hppa-assem.S +ARCH_SRC = hppa-arch.c +OS_SRC = mach-os.c +OS_LINK_FLAGS= +OS_LIBS=-lmach -lthreads + +%.o: %.S + $(PREPROCESS.S) $< | as -o $@