Commit d7afa8f0 by Jim Wilson

(OLDCC): Change -XNh1500 to -XNh2000.

From-SVN: r7034
parent db57d413
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
CC = $(OLDCC) CC = $(OLDCC)
OPT = -O1 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, # The bison output files are machine-indep,
# so different flags for a particular machine are not useful. # so different flags for a particular machine are not useful.
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
CC = $(OLDCC) CC = $(OLDCC)
OPT = -O1 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, # The bison output files are machine-indep,
# so different flags for a particular machine are not useful. # so different flags for a particular machine are not useful.
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
CC = $(OLDCC) CC = $(OLDCC)
OPT = -O1 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, # The bison output files are machine-indep,
# so different flags for a particular machine are not useful. # so different flags for a particular machine are not useful.
......
# Make internal tables bigger. # 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: # Define CC and OLDCC as the same, so that the tests:
# if [ x"$(OLDCC)" = x"$(CC)" ] ... # if [ x"$(OLDCC)" = x"$(CC)" ] ...
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
CC = $(OLDCC) CC = $(OLDCC)
OPT = -O1 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, # The bison output files are machine-indep,
# so different flags for a particular machine are not useful. # so different flags for a particular machine are not useful.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment