HP/UX needs -Wp,-P when compiling with -O (comment only, since the
authorIan Lance Taylor <ian@airs.com>
Tue, 29 Sep 1992 15:50:30 +0000 (15:50 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 29 Sep 1992 15:50:30 +0000 (15:50 +0000)
default is not to use -O).

ld/config/hp9000.mh [new file with mode: 0644]

diff --git a/ld/config/hp9000.mh b/ld/config/hp9000.mh
new file mode 100644 (file)
index 0000000..529ea8e
--- /dev/null
@@ -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