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