From: Ian Lance Taylor Date: Tue, 29 Sep 1992 15:50:30 +0000 (+0000) Subject: HP/UX needs -Wp,-P when compiling with -O (comment only, since the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26c417324786570ce750f3934b17edc8654da2fb;p=binutils-gdb.git HP/UX needs -Wp,-P when compiling with -O (comment only, since the default is not to use -O). --- diff --git a/ld/config/hp9000.mh b/ld/config/hp9000.mh new file mode 100644 index 00000000000..529ea8ed6b0 --- /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