diff options
author | David D. Zuhn <zoo@cygnus> | 1993-07-25 20:59:42 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-07-25 20:59:42 +0000 |
commit | 07be0634aab5c0669cfa17fa7dc06b2e25cfb78c (patch) | |
tree | 879295376c0b0974eef8a6688159b1fc0b11b2a5 /build-all.mk | |
parent | c3f6638e3e9d5dabf6ac65e1f9ad6aea83bdba06 (diff) | |
download | gdb-07be0634aab5c0669cfa17fa7dc06b2e25cfb78c.zip gdb-07be0634aab5c0669cfa17fa7dc06b2e25cfb78c.tar.gz gdb-07be0634aab5c0669cfa17fa7dc06b2e25cfb78c.tar.bz2 |
update for latest datasheet revs
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/build-all.mk b/build-all.mk index dd6acd3..7ef9a4b 100644 --- a/build-all.mk +++ b/build-all.mk @@ -63,13 +63,13 @@ TARGETS = $(NATIVE) \ a29k-amd-udi \ h8300-hms h8500-hms \ i386-aout i386-go32 i386-coff \ - i960-vxworks i960-intel-nindy \ + i960-intel-nindy i960-vxworks \ mips-idt-ecoff \ m68k-aout m68k-vxworks m68k-coff \ m88k-coff \ sh-hms \ - sparc-aout sparc-vxworks sparclitefrwcompat-aout sparclite-aout \ - z8k-sim + sparc-aout sparc-vxworks sparclite-aout \ + z8k-sim z8k-coff GCC = gcc -O -pipe all: all-cygnus endif @@ -77,7 +77,7 @@ endif ifeq ($(canonhost),m68k-sun-sunos4.1.1) TARGETS = $(NATIVE) \ i960-intel-nindy \ - m68k-aout m68k-vxworks m68k-coff i960 + m68k-aout m68k-vxworks m68k-coff GCC = gcc -O -msoft-float CC = cc -J all: all-cygnus @@ -86,10 +86,10 @@ endif ifeq ($(canonhost),sparc-sun-solaris2) TARGETS = $(NATIVE) \ a29k-amd-udi \ - m68k-vxworks m68k-coff m68k-aout \ - mips-idt-ecoff \ i386-aout \ i960-vxworks i960-intel-nindy \ + m68k-aout m68k-coff m68k-vxworks \ + mips-idt-ecoff \ sparc-aout sparc-vxworks sparclite-aout CC = cc -Xs GCC = gcc -O -pipe @@ -116,7 +116,7 @@ all: all-cygnus endif ifeq ($(canonhost),m68k-hp-hpux) -TARGETS = $(NATIVE) +TARGETS = $(NATIVE) m68k-aout TMPDIR := $(shell mkdir $(canonhost)-tmpdir; cd $(canonhost)-tmpdir ; pwd) CC = cc -Wp,-P #CFLAGS = +O1000 @@ -151,10 +151,11 @@ endif ifeq ($(canonhost),i386-go32) TARGETS = \ a29k-amd-udi \ - h8300-hms \ + h8300-hms h8500-hms \ i386-aout \ m68k-aout m68k-coff \ mips-idt-ecoff \ + sh-hms \ sparclite-aout CC = i386-go32-gcc GCC = i386-go32-gcc -O |