From 37f2a146fe1ce2940491f42852d2aa293aee748b Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 26 Oct 1993 10:43:53 -0700 Subject: [PATCH] (OLDCC): Add -XNh1500. From-SVN: r5898 --- gcc/config/mips/x-mips | 2 +- 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. -- 2.7.4