aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1995-10-25 01:24:21 +0000
committerJason Molenda <crash@cygnus>1995-10-25 01:24:21 +0000
commit2a4e67c591fc208d4b9aa10596579f7e43036234 (patch)
treec32dbcf5b7d1111fb1311032c1114944594fa0e1 /config
parent054f9adaa2c4f0c0ea7e4f2bdab123bfdc039072 (diff)
downloadfsf-binutils-gdb-2a4e67c591fc208d4b9aa10596579f7e43036234.zip
fsf-binutils-gdb-2a4e67c591fc208d4b9aa10596579f7e43036234.tar.gz
fsf-binutils-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')
-rw-r--r--config/ChangeLog17
-rw-r--r--config/mh-hp3004
-rw-r--r--config/mh-hpux4
-rw-r--r--config/mh-hpux84
-rw-r--r--config/mh-sun35
5 files changed, 17 insertions, 17 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 93d3c6d..352234c 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,20 @@
+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.
+
+Thu Sep 28 13:14:56 1995 Stan Shebs <shebs@andros.cygnus.com>
+
+ * mpw-mh-mpw: Add definitions for various 68K and PowerMac
+ compilers, add definitions for library and link steps for
+ PowerMacs.
+
Thu Sep 14 08:20:04 1995 Fred Fish <fnf@cygnus.com>
* mh-hp300 (CC): Add "CC = cc -Wp,-H256000" to avoid
diff --git a/config/mh-hp300 b/config/mh-hp300
index 005aaa4..761724d 100644
--- a/config/mh-hp300
+++ b/config/mh-hp300
@@ -11,7 +11,3 @@ RANLIB = ar ts
# native cc. Neither (a) nor (b) has a trivial fix though.
CFLAGS =
-
-# X11
-X11_INCLUDE_FLAGS = -I/usr/include/X11R5
-X11_LIB_FLAGS = -L/usr/lib/X11R5
diff --git a/config/mh-hpux b/config/mh-hpux
index 10fb156..4d71c9d 100644
--- a/config/mh-hpux
+++ b/config/mh-hpux
@@ -2,7 +2,3 @@
CC = cc -Wp,-H256000
SYSV = -DSYSV
RANLIB = true
-
-# X11
-X11_INCLUDE_FLAGS = -I/usr/include/X11R5
-X11_LIB_FLAGS = -L/usr/lib/X11R5
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
diff --git a/config/mh-sun3 b/config/mh-sun3
index d6ac955..dcd5155 100644
--- a/config/mh-sun3
+++ b/config/mh-sun3
@@ -1,8 +1,3 @@
-# X11
-OPENWINHOME = /usr/openwin
-X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
-X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
-
# Sun's C compiler needs the -J flag to be able to compile cp-parse.c
# without overflowing the jump tables (-J says to use a 32 bit table)
CC = cc -J