(OLDCC): Add -XNh1500.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 26 Oct 1993 17:43:53 +0000 (10:43 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 26 Oct 1993 17:43:53 +0000 (10:43 -0700)
From-SVN: r5898

gcc/config/mips/x-mips
gcc/config/mips/x-sysv

index cede48d..aaf9e18 100644 (file)
@@ -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.
index 60aa320..45d70d6 100644 (file)
@@ -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.