diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | build-all.mk | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com) + + * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc + with gas currently defaults to -G 0. + Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com) * Makefile.in (all-flex): flex depends on byacc. diff --git a/build-all.mk b/build-all.mk index 6eea5e0..8eca758 100644 --- a/build-all.mk +++ b/build-all.mk @@ -62,12 +62,14 @@ 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 |