aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-08-29 00:41:25 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-08-29 00:41:25 +0000
commit791f39718a26c3fbedbd1f6a90956ecdfe03340a (patch)
tree4e47ef156b5106ec3ad9c6e128c7047bc33e552a /binutils/ChangeLog
parentd08422b334e3fb749f39433ced5ed85da842203a (diff)
downloadbinutils-791f39718a26c3fbedbd1f6a90956ecdfe03340a.zip
binutils-791f39718a26c3fbedbd1f6a90956ecdfe03340a.tar.gz
binutils-791f39718a26c3fbedbd1f6a90956ecdfe03340a.tar.bz2
binutils/
2009-08-28 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD. (syslex.o): Likewise. (sysinfo.o): Likewise. (bin2c$(EXEEXT_FOR_BUILD)): Likewise. * Makefile.in: Regenerated. opcodes/ 2009-08-28 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (COMPILE_FOR_BUILD): Remove BUILD_CPPFLAGS. Replace BUILD_CFLAGS with CFLAGS_FOR_BUILD. (LINK_FOR_BUILD): Replace BUILD_CFLAGS/BUILD_LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD. * Makefile.in: Regenerated.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 987d47f..c574745 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,12 @@
+2009-08-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace
+ CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
+ (syslex.o): Likewise.
+ (sysinfo.o): Likewise.
+ (bin2c$(EXEEXT_FOR_BUILD)): Likewise.
+ * Makefile.in: Regenerated.
+
2009-08-27 Dave Korn <dave.korn.cygwin@gmail.com>
* doc/binutils.texi (--only-keep-debug): Relocate stray para here ...