diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-10-26 10:43:53 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-10-26 10:43:53 -0700 |
commit | 37f2a146fe1ce2940491f42852d2aa293aee748b (patch) | |
tree | 2681666155b8a074cd3240bdcafd976fd4664ae0 | |
parent | d4c6dfec80b6faeeb4e13b7034a80ed02b95b381 (diff) | |
download | gcc-37f2a146fe1ce2940491f42852d2aa293aee748b.zip gcc-37f2a146fe1ce2940491f42852d2aa293aee748b.tar.gz gcc-37f2a146fe1ce2940491f42852d2aa293aee748b.tar.bz2 |
(OLDCC): Add -XNh1500.
From-SVN: r5898
-rw-r--r-- | gcc/config/mips/x-mips | 2 | ||||
-rw-r--r-- | gcc/config/mips/x-sysv | 2 |
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. |