diff options
author | David D. Zuhn <zoo@cygnus> | 1992-10-02 07:26:50 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-10-02 07:26:50 +0000 |
commit | bdd4be410410a8bdb512fd3837c7ad5888e01507 (patch) | |
tree | be5357ba65fc04135b6428ed172644cfae1fe759 /ld/config | |
parent | d5dcef63462d85af28fb9a3d4580678ef259f86a (diff) | |
download | gdb-bdd4be410410a8bdb512fd3837c7ad5888e01507.zip gdb-bdd4be410410a8bdb512fd3837c7ad5888e01507.tar.gz gdb-bdd4be410410a8bdb512fd3837c7ad5888e01507.tar.bz2 |
renamed hp9000.h to hp300.h
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/hp300.mh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/config/hp300.mh b/ld/config/hp300.mh new file mode 100644 index 0000000..529ea8e --- /dev/null +++ b/ld/config/hp300.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 |