diff options
author | David D. Zuhn <zoo@cygnus> | 1993-01-09 02:09:36 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-01-09 02:09:36 +0000 |
commit | 7cc2923a8f49b576d7c1b85c676713796dcd9cdc (patch) | |
tree | 89d7aa1a5b94acb69db8314af6d66fd5600d3635 /build-all.mk | |
parent | 39431ec362ef618b3ba61e86cdf76f3319d41eaa (diff) | |
download | gdb-7cc2923a8f49b576d7c1b85c676713796dcd9cdc.zip gdb-7cc2923a8f49b576d7c1b85c676713796dcd9cdc.tar.gz gdb-7cc2923a8f49b576d7c1b85c676713796dcd9cdc.tar.bz2 |
build lots of targets for HPPA (testing), add -J Sun3 CC, add sparclite targets for sun4
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/build-all.mk b/build-all.mk index ee9b81d..cf75f1e 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)" |