mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 10:34:21 +08:00
* build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to match
gcc requirements.
This commit is contained in:
@ -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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user