From 26c417324786570ce750f3934b17edc8654da2fb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 29 Sep 1992 15:50:30 +0000 Subject: [PATCH] HP/UX needs -Wp,-P when compiling with -O (comment only, since the default is not to use -O). --- ld/config/hp9000.mh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ld/config/hp9000.mh 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 -- 2.30.2