aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2013-06-01 01:01:44 +0000
committerDJ Delorie <dj@redhat.com>2013-06-01 01:01:44 +0000
commita4818a052efb4cea976a03a2f7cb0b38b23d12d0 (patch)
tree0f665116d269a9f721221ebba5962264e55c7668 /libiberty/ChangeLog
parentc5c412da3cd0e5af50884606dde3ea6d7dbd0c89 (diff)
downloadgdb-a4818a052efb4cea976a03a2f7cb0b38b23d12d0.zip
gdb-a4818a052efb4cea976a03a2f7cb0b38b23d12d0.tar.gz
gdb-a4818a052efb4cea976a03a2f7cb0b38b23d12d0.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog12
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>