diff options
author | Nick Clifton <nickc@redhat.com> | 2018-06-19 11:49:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2018-06-19 11:49:08 +0000 |
commit | 8006534c792ff92192ede8b3918fc6ba59553a9b (patch) | |
tree | 08379a20040aec97e6e6bce4955dde199d461311 /ChangeLog | |
parent | 6b3a917093b98258a1a23dd1839be76bd4051065 (diff) | |
download | gcc-8006534c792ff92192ede8b3918fc6ba59553a9b.tar.gz |
Allow building of the zlib component when the building takes place in the source directory.
* zlib/configure.ac: Restore old behaviour of only enabling
multilibs when a target subdirectory is defined. This allows
building with srcdir == builddir.
* zlib/configure: Regenerate.
From-SVN: r261739
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 430b793bcdc..7d1dd1faaca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-06-19 Nick Clifton <nickc@redhat.com> + + * zlib/configure.ac: Restore old behaviour of only enabling + multilibs when a target subdirectory is defined. This allows + building with srcdir == builddir. + * zlib/configure: Regenerate. + 2018-06-18 Eric Botcazou <ebotcazou@adacore.com> * Makefile.def (fortran): Add check-target-libgomp-fortran. |