mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to match
gcc requirements.
This commit is contained in:
parent
670a50ebf6
commit
4cb6685364
@ -1,5 +1,8 @@
|
||||
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
|
||||
targets.
|
||||
|
||||
|
@ -62,7 +62,7 @@ endif
|
||||
|
||||
ifeq ($(canonhost),mips-sgi-irix4)
|
||||
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
|
||||
endif
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# environment. Also bump switch table size so that cp-parse will
|
||||
# compile.
|
||||
|
||||
CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1100
|
||||
CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1500
|
||||
SYSV = -DSYSV
|
||||
RANLIB = true
|
||||
INSTALL = cp
|
||||
|
Loading…
Reference in New Issue
Block a user