diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-09-29 15:50:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-09-29 15:50:30 +0000 |
commit | 26c417324786570ce750f3934b17edc8654da2fb (patch) | |
tree | 52e3a6b01cbc4de0ca3b350b41e6caaa903af8a5 /ld/config | |
parent | acc7c4933d7ba7e835316dce06ce0bee17f97d61 (diff) | |
download | gdb-26c417324786570ce750f3934b17edc8654da2fb.zip gdb-26c417324786570ce750f3934b17edc8654da2fb.tar.gz gdb-26c417324786570ce750f3934b17edc8654da2fb.tar.bz2 |
HP/UX needs -Wp,-P when compiling with -O (comment only, since the
default is not to use -O).
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/hp9000.mh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/config/hp9000.mh b/ld/config/hp9000.mh new file mode 100644 index 0000000..529ea8e --- /dev/null +++ b/ld/config/hp9000.mh @@ -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 |