aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-04 21:14:33 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-04 21:14:33 +0000
commit109eb06cce362f040b062107897826fc1b01431e (patch)
treec21a264542fbf94717a76ccf557cac4c6ec29116 /binutils/ChangeLog
parentf515fb2f93d81fb401d86f9db2bf3c96cd659737 (diff)
downloadgdb-109eb06cce362f040b062107897826fc1b01431e.zip
gdb-109eb06cce362f040b062107897826fc1b01431e.tar.gz
gdb-109eb06cce362f040b062107897826fc1b01431e.tar.bz2
* configure.in (host_makefile_frag): Don't set. Substitute for
@CC@, @CFLAGS@, @HDEFINES@ and @LDFLAGS@ in Makefile. * Makefile.in (AR_FLAGS): Set to rc rather than qv. (CC): Define as @CC@. (CFLAGS): Set to @CFLAGS@. (LDFLAGS): Define as @LDFLAGS@. (ALL_CFLAGS): Use @HDEFINES@ rather than $(HDEFINES).
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 0f8695d..ebb9ff6 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,13 @@
Mon Sep 4 14:30:00 1995 Ian Lance Taylor <ian@cygnus.com>
+ * configure.in (host_makefile_frag): Don't set. Substitute for
+ @CC@, @CFLAGS@, @HDEFINES@ and @LDFLAGS@ in Makefile.
+ * Makefile.in (AR_FLAGS): Set to rc rather than qv.
+ (CC): Define as @CC@.
+ (CFLAGS): Set to @CFLAGS@.
+ (LDFLAGS): Define as @LDFLAGS@.
+ (ALL_CFLAGS): Use @HDEFINES@ rather than $(HDEFINES).
+
* configure.in: Don't bother to call config.bfd for each target.
Just call it for the default target, and use the shell variable to
decide whether underscores are used.