aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorKaren Christiansen <karen@cygnus>1994-04-08 23:35:47 +0000
committerKaren Christiansen <karen@cygnus>1994-04-08 23:35:47 +0000
commita4c50dd0bbfd99bd07bda655c5413ab09db4789e (patch)
tree3ed103703da2bf227e8b74dd7875a85d18644545 /build-all.mk
parent790a14a88bf241e859549e6a6e4cb47024efcf73 (diff)
downloadgdb-a4c50dd0bbfd99bd07bda655c5413ab09db4789e.zip
gdb-a4c50dd0bbfd99bd07bda655c5413ab09db4789e.tar.gz
gdb-a4c50dd0bbfd99bd07bda655c5413ab09db4789e.tar.bz2
update platform targets
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk17
1 files changed, 8 insertions, 9 deletions
diff --git a/build-all.mk b/build-all.mk
index 66570be..2a5db48 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -123,7 +123,7 @@ endif
ifeq ($(canonhost),m68k-sun-sunos4.1.1)
TARGETS = $(NATIVE) \
- m68k-aout m68k-coff i960-intel-nindy
+ m68k-coff
GCC = gcc -O -msoft-float
CC = cc -J
all: all-cygnus
@@ -132,12 +132,11 @@ endif
ifeq ($(canonhost),sparc-sun-solaris2)
TARGETS = $(NATIVE) \
a29k-amd-udi \
- i386-aout \
- i960-vxworks i960-intel-nindy \
- m68k-aout m68k-coff m68k-vxworks \
+ i960-vxworks \
+ m68k-aout m68k-coff \
m88k-coff \
- mips-idt-ecoff mipsel-idt-ecoff \
- sparc-aout sparc-vxworks sparclite-aout
+ mipsel-idt-ecoff \
+ sparclite-aout
CC = cc -Xs
GCC = gcc -O -pipe
all: all-cygnus
@@ -158,8 +157,8 @@ endif
ifeq ($(canonhost),rs6000-ibm-aix)
TARGETS = $(NATIVE) \
- i960-vxworks i960-intel-nindy \
- m68k-vxworks
+ i960-vxworks \
+ m68k-aout
all: all-cygnus
endif
@@ -206,7 +205,7 @@ all: all-cross
endif
ifeq ($(canonhost),i386-sysv4.2)
-TARGETS = $(NATIVE)
+TARGETS = $(NATIVE) i386-netware
CC = cc
all: all-cygnus
endif