diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-13 17:37:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-13 17:37:39 +0000 |
commit | 3cbb8192fab7ff67bf0c6588bb24481b4bd25419 (patch) | |
tree | 266994a8ace0c4516af25016fde28cfa4f90aac8 /config/mh-hpux8 | |
parent | 0259fc7399b64a59d060d2f843a48bcc6768de0d (diff) | |
download | gdb-3cbb8192fab7ff67bf0c6588bb24481b4bd25419.zip gdb-3cbb8192fab7ff67bf0c6588bb24481b4bd25419.tar.gz gdb-3cbb8192fab7ff67bf0c6588bb24481b4bd25419.tar.bz2 |
* mh-hpux8: New file.
* mh-hpux: Use X11R5 rather than X11R4.
Diffstat (limited to 'config/mh-hpux8')
-rw-r--r-- | config/mh-hpux8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/mh-hpux8 b/config/mh-hpux8 new file mode 100644 index 0000000..cb40edd --- /dev/null +++ b/config/mh-hpux8 @@ -0,0 +1,8 @@ +# Define SYSV as -DSYSV if you are using a System V operating system. +CC = cc -Wp,-H256000 +SYSV = -DSYSV +RANLIB = true + +# X11 +X11_INCLUDE_FLAGS = -I/usr/include/X11R4 +X11_LIB_FLAGS = -L/usr/lib/X11R4 |