* build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to match

gcc requirements.
This commit is contained in:
Ian Lance Taylor
1993-04-01 02:30:09 +00:00
parent 670a50ebf6
commit 4cb6685364
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com) Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
* build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to match
gcc requirements.
* Makefile.in: Complete overhaul to merge many almost identical * Makefile.in: Complete overhaul to merge many almost identical
targets. targets.

View File

@ -62,7 +62,7 @@ endif
ifeq ($(canonhost),mips-sgi-irix4) ifeq ($(canonhost),mips-sgi-irix4)
TARGETS = $(NATIVE) m68k-vxworks a29k-amd-udi TARGETS = $(NATIVE) m68k-vxworks a29k-amd-udi
CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1100 CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1500
all: all-cygnus all: all-cygnus
endif endif

View File

@ -3,7 +3,7 @@
# environment. Also bump switch table size so that cp-parse will # environment. Also bump switch table size so that cp-parse will
# compile. # compile.
CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1100 CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1500
SYSV = -DSYSV SYSV = -DSYSV
RANLIB = true RANLIB = true
INSTALL = cp INSTALL = cp