(OLDCC): Change -XNh1500 to -XNh2000.

From-SVN: r7034
This commit is contained in:
Jim Wilson 1994-04-11 10:45:48 -07:00
parent db57d41371
commit d7afa8f034
5 changed files with 5 additions and 5 deletions

View 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.

View 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.

View 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.

View 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)" ] ...

View 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.