aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-05-01 08:33:55 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-05-01 08:34:08 -0700
commite81d5d059b485b37a6f8cfb44e563ad8b702df07 (patch)
treee6b4cf55657cb6627e7dcf1d4ce28209a9d7794c /ChangeLog
parent00923338dec84505addaf9cdeca2e9c844757824 (diff)
downloadgdb-e81d5d059b485b37a6f8cfb44e563ad8b702df07.zip
gdb-e81d5d059b485b37a6f8cfb44e563ad8b702df07.tar.gz
gdb-e81d5d059b485b37a6f8cfb44e563ad8b702df07.tar.bz2
Configure zlib with --enable-host-shared for shared bfd
When bfd is configured as a shared library, we need to configure zlib with --enable-host-shared since zlib is used by bfd. PR ld/18355 * Makefile.def: Add extra_configure_flags to host zlib. * configure.ac (extra_host_zlib_configure_flags): New. Set to --enable-host-shared When bfd is to be built as shared library. AC_SUBST. * Makefile.in: Regenerated. * configure: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9d20f7..68150c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/18355
+ * Makefile.def: Add extra_configure_flags to host zlib.
+ * configure.ac (extra_host_zlib_configure_flags): New. Set
+ to --enable-host-shared When bfd is to be built as shared
+ library. AC_SUBST.
+ * Makefile.in: Regenerated.
+
2015-04-15 Mike Frysinger <vapier@gentoo.org>
Hans-Peter Nilsson <hp@axis.com>