aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-10-26 10:43:53 -0700
committerJim Wilson <wilson@gcc.gnu.org>1993-10-26 10:43:53 -0700
commit37f2a146fe1ce2940491f42852d2aa293aee748b (patch)
tree2681666155b8a074cd3240bdcafd976fd4664ae0
parentd4c6dfec80b6faeeb4e13b7034a80ed02b95b381 (diff)
downloadgcc-37f2a146fe1ce2940491f42852d2aa293aee748b.zip
gcc-37f2a146fe1ce2940491f42852d2aa293aee748b.tar.gz
gcc-37f2a146fe1ce2940491f42852d2aa293aee748b.tar.bz2
(OLDCC): Add -XNh1500.
From-SVN: r5898
-rw-r--r--gcc/config/mips/x-mips2
-rw-r--r--gcc/config/mips/x-sysv2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/x-mips b/gcc/config/mips/x-mips
index cede48d..aaf9e18 100644
--- a/gcc/config/mips/x-mips
+++ b/gcc/config/mips/x-mips
@@ -10,7 +10,7 @@
CC = $(OLDCC)
OPT = -O1
-OLDCC = cc -Wf,-XNg1500 -Olimit 3000 $(OPT)
+OLDCC = cc -Wf,-XNg1500,-XNh1500 -Olimit 3000 $(OPT)
# The bison output files are machine-indep,
# so different flags for a particular machine are not useful.
diff --git a/gcc/config/mips/x-sysv b/gcc/config/mips/x-sysv
index 60aa320..45d70d6 100644
--- a/gcc/config/mips/x-sysv
+++ b/gcc/config/mips/x-sysv
@@ -10,7 +10,7 @@
CC = $(OLDCC)
OPT = -O1
-OLDCC = cc -Wf,-XNg1500 -Olimit 3000 $(OPT)
+OLDCC = cc -Wf,-XNg1500,-XNh1500 -Olimit 3000 $(OPT)
# The bison output files are machine-indep,
# so different flags for a particular machine are not useful.