aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorKaren Christiansen <karen@cygnus>1994-10-20 19:25:23 +0000
committerKaren Christiansen <karen@cygnus>1994-10-20 19:25:23 +0000
commit175e702b24dc9d6a5b7c88832682e2c94d4bd836 (patch)
tree190f7237035ddeaa5326826275b65641d4ea29e6 /build-all.mk
parent596d99ba32f9047945ca227fd5af30d839e6c2d5 (diff)
downloadfsf-binutils-gdb-175e702b24dc9d6a5b7c88832682e2c94d4bd836.zip
fsf-binutils-gdb-175e702b24dc9d6a5b7c88832682e2c94d4bd836.tar.gz
fsf-binutils-gdb-175e702b24dc9d6a5b7c88832682e2c94d4bd836.tar.bz2
Added irix5 info
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk13
1 files changed, 12 insertions, 1 deletions
diff --git a/build-all.mk b/build-all.mk
index 8b7ee23..7f73893 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -76,6 +76,9 @@ endif
ifeq ($(canonhost),mips-sgi-irix4.0.5H)
canonhost := mips-sgi-irix4
endif
+ifeq ($(canonhost),mips-sgi-irix5.2)
+canonhost := mips-sgi-irix5
+endif
ifeq ($(canonhost),rs6000-ibm-aix3.2)
canonhost := rs6000-ibm-aix
endif
@@ -140,7 +143,7 @@ TARGETS = $(NATIVE) \
i960-vxworks5.0 i960-vxworks5.1 \
m68k-aout m68k-coff m68k-vxworks \
mipsel-idt-ecoff sparc-lynx \
- sparclite-aout sparclite-coff m88k-coff
+ sparclite-aout sparclite-coff m88k-coff z8k-coff
CC = cc -Xs
GCC = gcc -O2 -pipe
all: all-cygnus
@@ -166,6 +169,14 @@ CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000
all: all-cygnus
endif
+ifeq ($(canonhost),mips-sgi-irix5)
+TARGETS = $(NATIVE) \
+ mips-idt-ecoff sh-hms \
+ mips64-elf
+CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000
+all: all-cygnus
+endif
+
ifeq ($(canonhost),rs6000-ibm-aix)
TARGETS = $(NATIVE) \
i960-vxworks5.0 i960-vxworks5.1 \