* build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
authorIan Lance Taylor <ian@airs.com>
Fri, 2 Apr 1993 17:03:23 +0000 (17:03 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 2 Apr 1993 17:03:23 +0000 (17:03 +0000)
with gas currently defaults to -G 0.

ChangeLog
build-all.mk

index 001db1b2441fa2fd6ca1a3c838e356d942f7e213..c2f564c5169379742b74b885cb86c6bcd0f6af98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 6eea5e03bbcabdebb1513d1e83d6b82049a2eb23..8eca75898233e6c07ec68ca620504db9e313d89d 100644 (file)
@@ -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