(OLDCC): Add -XNh1500.

From-SVN: r5898
This commit is contained in:
Jim Wilson 1993-10-26 10:43:53 -07:00
parent d4c6dfec80
commit 37f2a146fe
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
CC = $(OLDCC)
OPT = -O1
OLDCC = cc -Wf,-XNg1500 -Olimit 3000 $(OPT)
OLDCC = cc -Wf,-XNg1500,-XNh1500 -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 -Olimit 3000 $(OPT)
OLDCC = cc -Wf,-XNg1500,-XNh1500 -Olimit 3000 $(OPT)
# The bison output files are machine-indep,
# so different flags for a particular machine are not useful.