OSDN Git Service

(OLDCC): Change -XNh1500 to -XNh2000.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Apr 1994 17:45:48 +0000 (17:45 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Apr 1994 17:45:48 +0000 (17:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7034 138bc75d-0d04-0410-961f-82ee72b054a4

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 df374d1..e07d456 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 4d026b1..d4b55dd 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 aaf9e18..7b40743 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 cf92ca8..c64593d 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 45d70d6..06b0ab5 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.