aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-10-24 16:07:51 +0000
committerStu Grossman <grossman@cygnus>1996-10-24 16:07:51 +0000
commit3e288e273614ea329826d4378838b0596b532f07 (patch)
tree759ca4a81db8d89d2a5fdf31e83d2b80500fce20 /ChangeLog
parent20fbbb592b33dc8d7ecb46beb383b3a2a4416813 (diff)
downloadbinutils-3e288e273614ea329826d4378838b0596b532f07.zip
binutils-3e288e273614ea329826d4378838b0596b532f07.tar.gz
binutils-3e288e273614ea329826d4378838b0596b532f07.tar.bz2
* Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
host to add it's own flags. * config/mh-windows (HOST_FLAGS): Set srcroot, which is needed for MSVC build procedure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9d8f17..877eb8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
+
+ * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
+ host to add it's own flags.
+ * config/mh-windows (HOST_FLAGS): Set srcroot, which is needed
+ for MSVC build procedure.
+
Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
* configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.