add default CC compilers for Iris and DECstation

This commit is contained in:
David D. Zuhn 1993-01-11 21:07:26 +00:00
parent 918356b902
commit 872ff7ef3c
1 changed files with 2 additions and 0 deletions

View 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