diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-04-01 02:30:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-04-01 02:30:09 +0000 |
commit | 4cb6685364c5f96c6ac08e2d57ff4c7304c40e60 (patch) | |
tree | 0146200be5193274785e01d468e510c9eee8c288 /config | |
parent | 670a50ebf65de85eab0ccf22da227e218f704037 (diff) | |
download | gdb-4cb6685364c5f96c6ac08e2d57ff4c7304c40e60.zip gdb-4cb6685364c5f96c6ac08e2d57ff4c7304c40e60.tar.gz gdb-4cb6685364c5f96c6ac08e2d57ff4c7304c40e60.tar.bz2 |
* build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to match
gcc requirements.
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-irix4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-irix4 b/config/mh-irix4 index 92360b8..4e79e9c 100644 --- a/config/mh-irix4 +++ b/config/mh-irix4 @@ -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 |