diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-14 15:03:11 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-14 15:03:11 +0000 |
commit | c850ece7f5ea9c8214613b8616e29206fa1cfe16 (patch) | |
tree | 100c6cb06d3290d764dba0671c6975d0f7023d1b /ChangeLog | |
parent | 92827dbf256bf91015fa08d617b502e86e4c580e (diff) | |
download | gcc-c850ece7f5ea9c8214613b8616e29206fa1cfe16.tar.gz |
Sync toplevel files binutils-gdb
Sync with binutils-gdb:
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225776 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1d18dbcda9c..719fa2d917c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2015-07-14 H.J. Lu <hongjiu.lu@intel.com> + + Sync with binutils-gdb: + 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-07-14 Hans-Peter Nilsson <hp@bitrange.com> Sync with src: |