From 323f277ffc0332d92662ccd2a1fcbbe5b44dc14f Mon Sep 17 00:00:00 2001 From: Karen Christiansen Date: Wed, 27 Jul 1994 18:23:43 +0000 Subject: [PATCH] add hp700 -x- m68k-coff for DSC --- build-all.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-all.mk b/build-all.mk index 317c2c7..79653d5 100644 --- a/build-all.mk +++ b/build-all.mk @@ -37,7 +37,7 @@ TREE = devo include $(TREE)/release-info -TEST_INSTALL_DISK = /galt +TEST_INSTALL_DISK = /abc INSTALLDIR = $(TEST_INSTALL_DISK)/$(TREE)-test/$(RELEASE_TAG) @@ -179,8 +179,8 @@ endif ifeq ($(canonhost),hppa1.1-hp-hpux) TARGETS = \ $(NATIVE) \ - i960-vxworks \ - m68k-aout m68k-vxworks + i960-vxworks m68k-aout \ + m68k-coff m68k-vxworks CC = cc -Wp,-H256000 #CFLAGS = +Obb2000 CFLAGS = -g -- 2.7.4