Commit 37f2a146 by Jim Wilson

(OLDCC): Add -XNh1500.

From-SVN: r5898
parent d4c6dfec
......@@ -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.
......
......@@ -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.
......
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