diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-04-11 10:45:48 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-04-11 10:45:48 -0700 |
commit | d7afa8f03409553285799756d5f4a91ed1b6d10f (patch) | |
tree | b93d09aaddce273d0fd450f871da520bdc9b86e6 | |
parent | db57d41371f0fd1478caabf192bc798d57a86da3 (diff) | |
download | gcc-d7afa8f03409553285799756d5f4a91ed1b6d10f.zip gcc-d7afa8f03409553285799756d5f4a91ed1b6d10f.tar.gz gcc-d7afa8f03409553285799756d5f4a91ed1b6d10f.tar.bz2 |
(OLDCC): Change -XNh1500 to -XNh2000.
From-SVN: r7034
-rw-r--r-- | gcc/config/mips/x-iris | 2 | ||||
-rw-r--r-- | gcc/config/mips/x-iris3 | 2 | ||||
-rw-r--r-- | gcc/config/mips/x-mips | 2 | ||||
-rw-r--r-- | gcc/config/mips/x-sony | 2 | ||||
-rw-r--r-- | gcc/config/mips/x-sysv | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/mips/x-iris b/gcc/config/mips/x-iris index df374d1..e07d456 100644 --- a/gcc/config/mips/x-iris +++ b/gcc/config/mips/x-iris @@ -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. diff --git a/gcc/config/mips/x-iris3 b/gcc/config/mips/x-iris3 index 4d026b1..d4b55dd 100644 --- a/gcc/config/mips/x-iris3 +++ b/gcc/config/mips/x-iris3 @@ -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. diff --git a/gcc/config/mips/x-mips b/gcc/config/mips/x-mips index aaf9e18..7b40743 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,-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. diff --git a/gcc/config/mips/x-sony b/gcc/config/mips/x-sony index cf92ca8..c64593d 100644 --- a/gcc/config/mips/x-sony +++ b/gcc/config/mips/x-sony @@ -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)" ] ... diff --git a/gcc/config/mips/x-sysv b/gcc/config/mips/x-sysv index 45d70d6..06b0ab5 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,-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. |