From: Jim Wilson Date: Tue, 26 Oct 1993 17:43:53 +0000 (-0700) Subject: (OLDCC): Add -XNh1500. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37f2a146fe1ce2940491f42852d2aa293aee748b;p=gcc.git (OLDCC): Add -XNh1500. From-SVN: r5898 --- diff --git a/gcc/config/mips/x-mips b/gcc/config/mips/x-mips index cede48d08dc..aaf9e18ea2a 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 60aa320c974..45d70d6b930 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.