diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-05-11 16:12:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-05-11 16:12:09 +0000 |
commit | eb0293dc7c8f000851054b5e6dcb08c645931638 (patch) | |
tree | 2fec87727cd84e8bd9c3eb1a55ead332489a25c7 /build-all.mk | |
parent | af34c75d69a6b341ecd4f8e46658b27d866adba0 (diff) | |
download | fsf-binutils-gdb-eb0293dc7c8f000851054b5e6dcb08c645931638.zip fsf-binutils-gdb-eb0293dc7c8f000851054b5e6dcb08c645931638.tar.gz fsf-binutils-gdb-eb0293dc7c8f000851054b5e6dcb08c645931638.tar.bz2 |
Update dates.
Also, build more Q2 targets: hp/300 native, hp/700 cross hp/300,
solaris cross mips-idt-ecoff.
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build-all.mk b/build-all.mk index 78b62d9..384e71d 100644 --- a/build-all.mk +++ b/build-all.mk @@ -9,7 +9,7 @@ TREE = devo NATIVE = native -DATE = 930426 +DATE = 930511 TAG = latest-$(DATE) @@ -58,7 +58,7 @@ all: all-cygnus endif ifeq ($(canonhost),sparc-sun-solaris2) -TARGETS = $(NATIVE) m68k-vxworks m68k-aout sparc-aout +TARGETS = $(NATIVE) m68k-vxworks m68k-aout sparc-aout mips-idt-ecoff CC = cc -Xs all: all-cygnus endif @@ -83,15 +83,15 @@ all: all-cygnus endif ifeq ($(canonhost),m68k-hp-hpux) -TARGETS = m68k-vxworks +TARGETS = $(NATIVE) m68k-vxworks TMPDIR := $(shell mkdir $(canonhost)-tmpdir; cd $(canonhost)-tmpdir ; pwd) CC = cc +O1000 -Wp,-P CFLAGS = -all: all-native +all: all-cygnus endif ifeq ($(canonhost),hppa1.1-hp-hpux) -TARGETS = i960-vxworks m68k-aout m68k-vxworks +TARGETS = i960-vxworks m68k-aout m68k-vxworks m68k-hp-hpux #TARGETS = m68k-aout m68k-coff m68k-vxworks i960-vxworks a29k-amd-udi #TARGETS = m68k-aout i386-aout a29k-amd-udi \ # i960-vxworks m68k-coff m68k-vxworks \ |