diff options
author | Matt Burgess <matthew@linuxfromscratch.org> | 2013-06-01 00:20:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2013-06-01 00:20:49 +0000 |
commit | 8c9fddf41d8f03b13b32588ac2e46787e62f16ad (patch) | |
tree | 1622ce498cfb5d414d5405505d3105412c05507f /libiberty/ChangeLog | |
parent | 4bb1dd0fb84e0e112925bc2086f6c67497225380 (diff) | |
download | gcc-8c9fddf41d8f03b13b32588ac2e46787e62f16ad.zip gcc-8c9fddf41d8f03b13b32588ac2e46787e62f16ad.tar.gz gcc-8c9fddf41d8f03b13b32588ac2e46787e62f16ad.tar.bz2 |
re PR other/56780 (--disable-install-libiberty still installs libiberty.a)
PR other/56780
* libiberty/configure.ac: Move test for --enable-install-libiberty
outside of the 'with_target_subdir' test so that it actually gets
run. Add output messages to show the test result.
* libiberty/configure: Regenerate.
* libiberty/Makefile.in (install_to_libdir): Place the
installation of the libiberty library in the same guard as that
used for the headers to prevent it being installed unless
requested via --enable-install-libiberty.
From-SVN: r199570
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index a30a363..96bc317 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,15 @@ +2013-05-31 Matt Burgess <matthew@linuxfromscratch.org> + + PR other/56780 + * libiberty/configure.ac: Move test for --enable-install-libiberty + outside of the 'with_target_subdir' test so that it actually gets + run. Add output messages to show the test result. + * libiberty/configure: Regenerate. + * libiberty/Makefile.in (install_to_libdir): Place the + installation of the libiberty library in the same guard as that + used for the headers to prevent it being installed unless + requested via --enable-install-libiberty. + 2013-05-06 David Edelsohn <dje.gcc@gmail.com> Peter Bergner <bergner@vnet.ibm.com> Segher Boessenkool <segher@kernel.crashing.org> |