aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-04-01 02:30:09 +0000
committerIan Lance Taylor <ian@airs.com>1993-04-01 02:30:09 +0000
commit4cb6685364c5f96c6ac08e2d57ff4c7304c40e60 (patch)
tree0146200be5193274785e01d468e510c9eee8c288
parent670a50ebf65de85eab0ccf22da227e218f704037 (diff)
downloadgdb-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.
-rw-r--r--ChangeLog3
-rw-r--r--build-all.mk2
-rw-r--r--config/mh-irix42
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b0aacc..6a66c90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/build-all.mk b/build-all.mk
index 780bb33..0919e04 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -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
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