* build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc

with gas currently defaults to -G 0.
This commit is contained in:
Ian Lance Taylor 1993-04-02 17:03:23 +00:00
parent ed364bb694
commit 013e4fa8fa
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View 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