(OLDCC): Change -XNh1500 to -XNh2000.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 11 Apr 1994 17:45:48 +0000 (10:45 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 11 Apr 1994 17:45:48 +0000 (10:45 -0700)
From-SVN: r7034

gcc/config/mips/x-iris
gcc/config/mips/x-iris3
gcc/config/mips/x-mips
gcc/config/mips/x-sony
gcc/config/mips/x-sysv

index df374d150703e6e5bd072501edb33839d5b22469..e07d456a13a4550a3db8f8119d520d26276de067 100644 (file)
@@ -11,7 +11,7 @@
 
 CC             = $(OLDCC)
 OPT            = -O1
-OLDCC          = cc -Wf,-XNh1500,-XNg1500 -Olimit 3000 -cckr $(OPT)
+OLDCC          = cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 -cckr $(OPT)
 
 # The bison output files are machine-indep,
 # so different flags for a particular machine are not useful.
index 4d026b1ffef67d36137986f719e84b57d00988d8..d4b55dde20a5d19cb8467c576265af49da2913a1 100644 (file)
@@ -14,7 +14,7 @@
 
 CC             = $(OLDCC)
 OPT            = -O1
-OLDCC          = cc -Wf,-XNh1500,-XNg1500 -Olimit 3000 $(OPT)
+OLDCC          = cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 $(OPT)
 
 # The bison output files are machine-indep,
 # so different flags for a particular machine are not useful.
index aaf9e18ea2a45ef2b2af2788f5904b39065e3645..7b407431a810dff95b76e8736e663b38cdd1a527 100644 (file)
@@ -10,7 +10,7 @@
 
 CC             = $(OLDCC)
 OPT            = -O1
-OLDCC          = cc -Wf,-XNg1500,-XNh1500 -Olimit 3000 $(OPT)
+OLDCC          = cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT)
 
 # The bison output files are machine-indep,
 # so different flags for a particular machine are not useful.
index cf92ca800dc3a58ebfdd29f0d4f38afbfe92e139..c64593d7d7d31533847602f86f0d55b8db0f7b4a 100644 (file)
@@ -1,5 +1,5 @@
 # Make internal tables bigger.
-OLDCC=cc -Wf,-XNg1500,-XNh1500 -Olimit 3000 $(OPT)
+OLDCC=cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT)
 
 # Define CC and OLDCC as the same, so that the tests:
 #      if [ x"$(OLDCC)" = x"$(CC)" ] ...
index 45d70d6b9300ecd2122e5e3c9c1b2f3dc7367016..06b0ab5f8c404b7c3b65828d1c4e19ac2cada2be 100644 (file)
@@ -10,7 +10,7 @@
 
 CC             = $(OLDCC)
 OPT            = -O1
-OLDCC          = cc -Wf,-XNg1500,-XNh1500 -Olimit 3000 $(OPT)
+OLDCC          = cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT)
 
 # The bison output files are machine-indep,
 # so different flags for a particular machine are not useful.