HP/UX needs -Wp,-P when compiling with -O (comment only, since the

default is not to use -O).
This commit is contained in:
Ian Lance Taylor 1992-09-29 15:50:30 +00:00
parent acc7c4933d
commit 26c4173247
1 changed files with 4 additions and 0 deletions

4
ld/config/hp9000.mh Normal file
View File

@ -0,0 +1,4 @@
# If compiling with -O on the HP 9000/300 running HP/UX, you must
# specify -Wp,-P to avoid a stupid compiler bug.
# Ian Taylor, David Henkel-Wallace, Cygnus Support
# CFLAGS = +O1000 -Wp,-P