X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/01626b4e2bf3a15b4030d06a9ac436bb495540c7..5a2400c4996120bd28fffdc1d578f62c6b5ce2a3:/build-all.mk diff --git a/build-all.mk b/build-all.mk index 317c2c7630..2235c3c696 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 @@ -217,21 +217,21 @@ endif ifeq ($(canonhost),i386-lynx) TARGETS = $(NATIVE) -CC = /bin/gcc +CC = /usr/cygnus/progressive/bin/gcc all: all-cygnus SHELL=/bin/bash endif ifeq ($(canonhost),m68k-lynx) TARGETS = $(NATIVE) -CC = /bin/gcc +CC = /usr/cygnus/progressive/bin/gcc all: all-cygnus SHELL=/bin/bash endif ifeq ($(canonhost),sparc-lynx) TARGETS = $(NATIVE) -CC = /bin/gcc +CC = /usr/cygnus/progressive/bin/gcc all: all-cygnus SHELL=/bin/bash endif