diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-01 10:27:34 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-01 10:27:43 -0700 |
commit | 79730a3b2683dba745663fa3b907f564bee8a0ef (patch) | |
tree | 442859957650b75ec59b2542a614fdfe69eb3f72 /sim/ChangeLog | |
parent | 0ceaf1ec964f8674c57c6a522cb38b6f758a0929 (diff) | |
download | gdb-79730a3b2683dba745663fa3b907f564bee8a0ef.zip gdb-79730a3b2683dba745663fa3b907f564bee8a0ef.tar.gz gdb-79730a3b2683dba745663fa3b907f564bee8a0ef.tar.bz2 |
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/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index c755273..abbeccf 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. |