Added irix5 info
authorKaren Christiansen <karen@cygnus>
Thu, 20 Oct 1994 19:25:23 +0000 (19:25 +0000)
committerKaren Christiansen <karen@cygnus>
Thu, 20 Oct 1994 19:25:23 +0000 (19:25 +0000)
build-all.mk

index 8b7ee2338a7b23c623469ae33d28b8ae6f09ea5e..7f73893aba303a51ab03ce754226338ea660798d 100644 (file)
@@ -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 \
This page took 0.026575 seconds and 4 git commands to generate.