add default CC compilers for Iris and DECstation
authorDavid D. Zuhn <zoo@cygnus>
Mon, 11 Jan 1993 21:07:26 +0000 (21:07 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Mon, 11 Jan 1993 21:07:26 +0000 (21:07 +0000)
build-all.mk

index cf75f1e..9834149 100644 (file)
@@ -55,11 +55,13 @@ endif
 ifeq ($(canonhost),mips-dec-ultrix)
 TARGETS        = $(NATIVE) m68k-vxworks m68k-aout i960-vxworks \
          sparc-vxworks m68k-coff i386-aout sparc-aout i960-intel-nindy
+CC = cc -Wf,-XNg1000
 all: all-cygnus
 endif
 
 ifeq ($(canonhost),mips-sgi-irix4)
 TARGETS        = $(NATIVE) m68k-vxworks a29k-amd-udi
+CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1100
 all: all-cygnus
 endif