]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(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 cede48d08dcd7a6cde4d63c66f046817e3398766..aaf9e18ea2a45ef2b2af2788f5904b39065e3645 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 60aa320c974c8ade8740204778e181fa633cf07d..45d70d6b9300ecd2122e5e3c9c1b2f3dc7367016 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.