From 6755c51e9344d8a20dfa33e3738b1c3cf77a5465 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 6 Apr 1993 20:49:55 +0000 Subject: [PATCH] * build-all.mk: -G 8 no longer required for MIPS targets. * test-build.mk: Don't pass host argument to configure; make it guess. --- build-all.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-all.mk b/build-all.mk index 8eca7589823..6eea5e03bbc 100644 --- a/build-all.mk +++ b/build-all.mk @@ -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 -- 2.30.2