diff options
author | Jason Molenda <crash@cygnus> | 1995-10-25 01:24:21 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1995-10-25 01:24:21 +0000 |
commit | 2a4e67c591fc208d4b9aa10596579f7e43036234 (patch) | |
tree | c32dbcf5b7d1111fb1311032c1114944594fa0e1 /config/mh-hpux8 | |
parent | 054f9adaa2c4f0c0ea7e4f2bdab123bfdc039072 (diff) | |
download | gdb-2a4e67c591fc208d4b9aa10596579f7e43036234.zip gdb-2a4e67c591fc208d4b9aa10596579f7e43036234.tar.gz gdb-2a4e67c591fc208d4b9aa10596579f7e43036234.tar.bz2 |
Fri Oct 13 14:44:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
* mh-aix, mh-sun: Removed.
* mh-decstation (X11_EXTRA_CFLAGS): Define.
* mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.
* mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't
hardcode location of X stuff here.
Diffstat (limited to 'config/mh-hpux8')
-rw-r--r-- | config/mh-hpux8 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/mh-hpux8 b/config/mh-hpux8 index cb40edd..4d71c9d 100644 --- a/config/mh-hpux8 +++ b/config/mh-hpux8 @@ -2,7 +2,3 @@ CC = cc -Wp,-H256000 SYSV = -DSYSV RANLIB = true - -# X11 -X11_INCLUDE_FLAGS = -I/usr/include/X11R4 -X11_LIB_FLAGS = -L/usr/lib/X11R4 |