summaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-04-01 10:27:34 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-04-01 10:27:43 -0700
commit79730a3b2683dba745663fa3b907f564bee8a0ef (patch)
tree442859957650b75ec59b2542a614fdfe69eb3f72 /sim/ChangeLog
parent0ceaf1ec964f8674c57c6a522cb38b6f758a0929 (diff)
downloadbinutils-gdb-79730a3b2683dba745663fa3b907f564bee8a0ef.tar.gz
Fix sim build
* common/Make-common.in (CSEARCH): Remove $(ZLIBINC). (BFD_LIB): Remove $(ZLIB). (CONFIG_LIBS): Add $(ZLIB). * ppc/Makefile.in (ZLIBINC): Removed. (INCLUDES): Remove $(ZLIBINC). (BFD_LIB): Remove $(ZLIB).
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index c75527349ff..abbeccf2267 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,5 +1,14 @@
2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
+ * common/Make-common.in (CSEARCH): Remove $(ZLIBINC).
+ (BFD_LIB): Remove $(ZLIB).
+ (CONFIG_LIBS): Add $(ZLIB).
+ * ppc/Makefile.in (ZLIBINC): Removed.
+ (INCLUDES): Remove $(ZLIBINC).
+ (BFD_LIB): Remove $(ZLIB).
+
+2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
+
* arm/configure: Regenerated.
* avr/configure: Likewise.
* bfin/configure: Likewise.