* build-all.mk: -G 8 no longer required for MIPS targets.
authorIan Lance Taylor <ian@airs.com>
Tue, 6 Apr 1993 20:49:55 +0000 (20:49 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 6 Apr 1993 20:49:55 +0000 (20:49 +0000)
* test-build.mk: Don't pass host argument to configure; make it
guess.

build-all.mk

index 8eca75898233e6c07ec68ca620504db9e313d89d..6eea5e03bbcabdebb1513d1e83d6b82049a2eb23 100644 (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