* build-all.mk: -G 8 no longer required for MIPS targets.

* test-build.mk: Don't pass host argument to configure; make it
	guess.
This commit is contained in:
Ian Lance Taylor 1993-04-06 20:49:55 +00:00
parent 786757a9a4
commit 6755c51e93
1 changed files with 0 additions and 2 deletions

View File

@ -62,14 +62,12 @@ 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
GCC = gcc -O -G 8
CC = cc -Wf,-XNg1000
all: all-cygnus
endif
ifeq ($(canonhost),mips-sgi-irix4)
TARGETS = $(NATIVE) m68k-vxworks a29k-amd-udi
GCC = gcc -O -G 8
CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1500
all: all-cygnus
endif