diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-09-21 22:30:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-09-21 22:30:36 +0000 |
commit | e3e138e8017c0af41503348dfa98aa554d074926 (patch) | |
tree | 5fcaf1bdb1998a40ef5af6b470e56dbcd0464df2 /config | |
parent | e69e7dd6c085497c0429d83506e8b7baad84cc87 (diff) | |
download | gdb-e3e138e8017c0af41503348dfa98aa554d074926.zip gdb-e3e138e8017c0af41503348dfa98aa554d074926.tar.gz gdb-e3e138e8017c0af41503348dfa98aa554d074926.tar.bz2 |
Patches from WRS:
Mon Sep 21 14:41:30 1992 Ian Lance Taylor (ian@cygnus.com)
* mh-irix4: put in patches from WRS.
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 0e49691..b259466 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 +CC = cc -Wf,-XNg1500 -Wf,-XNk1000 -Olimit3000 SYSV = -DSYSV RANLIB = true INSTALL = cp |