Commit fa0fab9e by Michael Meissner

Add -Wf,-XNh1500 to OLDCC.

From-SVN: r3773
parent c1fab105
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
CC = $(OLDCC) CC = $(OLDCC)
OPT = -O1 OPT = -O1
OLDCC = cc -Wf,-XNg1500 -Olimit 3000 -cckr $(OPT) OLDCC = cc -Wf,-XNh1500,-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.
......
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