From: David D. Zuhn Date: Sat, 9 Jan 1993 02:09:36 +0000 (+0000) Subject: build lots of targets for HPPA (testing), add -J Sun3 CC, add sparclite targets for... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7cc2923a8f49b576d7c1b85c676713796dcd9cdc;p=binutils-gdb.git build lots of targets for HPPA (testing), add -J Sun3 CC, add sparclite targets for sun4 --- diff --git a/build-all.mk b/build-all.mk index ee9b81d931f..cf75f1e5027 100644 --- a/build-all.mk +++ b/build-all.mk @@ -35,13 +35,15 @@ endif ifeq ($(canonhost),sparc-sun-sunos4.1.1) TARGETS = $(NATIVE) m68k-aout i386-aout a29k-amd-udi \ i960-vxworks m68k-coff m68k-vxworks \ - i960-intel-nindy sparc-aout sparc-vxworks + i960-intel-nindy sparc-aout sparc-vxworks \ + sparclite-aout sparclitefrwcompat-aout all: all-cygnus endif ifeq ($(canonhost),m68k-sun-sunos4.1.1) TARGETS = $(NATIVE) m68k-vxworks m68k-aout i386-aout GCC = gcc -O -g -msoft-float +CC = cc -J all: all-cygnus endif @@ -74,7 +76,10 @@ endif ifeq ($(canonhost),hppa1.1-hp-hpux) #TARGETS = m68k-aout m68k-coff m68k-vxworks i960-vxworks a29k-amd-udi -TARGETS = m68k-aout m68k-coff m68k-vxworks a29k-amd-udi +TARGETS = m68k-aout i386-aout a29k-amd-udi \ + i960-vxworks m68k-coff m68k-vxworks \ + i960-intel-nindy sparc-aout sparc-vxworks \ + sparclite-aout sparclitefrwcompat-aout CC = cc all: all-native endif @@ -86,6 +91,7 @@ endif FLAGS_TO_PASS := \ "GCC=$(GCC)" \ + "CC=$(CC)" \ "CFLAGS=$(CFLAGS)" \ "host=$(canonhost)"