aboutsummaryrefslogtreecommitdiff
path: root/ld/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-09-29 15:50:30 +0000
committerIan Lance Taylor <ian@airs.com>1992-09-29 15:50:30 +0000
commit26c417324786570ce750f3934b17edc8654da2fb (patch)
tree52e3a6b01cbc4de0ca3b350b41e6caaa903af8a5 /ld/config
parentacc7c4933d7ba7e835316dce06ce0bee17f97d61 (diff)
downloadgdb-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.mh4
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