From: Ian Lance Taylor Date: Tue, 6 Apr 1993 20:49:55 +0000 (+0000) Subject: * build-all.mk: -G 8 no longer required for MIPS targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6755c51e9344d8a20dfa33e3738b1c3cf77a5465;p=binutils-gdb.git * build-all.mk: -G 8 no longer required for MIPS targets. * test-build.mk: Don't pass host argument to configure; make it guess. --- 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