gdb and binutils branch binutils-2_24-branch updated. 5f14d9c9e3f61cb79da5e7697af2fe264def852f
[email protected] 7 Jan 2014 14:27:43 -0000
| Newsgroups | gmane.comp.gdb.top-level.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, binutils-2_24-branch has been updated
via 5f14d9c9e3f61cb79da5e7697af2fe264def852f (commit)
from b9c0a80c9deace8fda57ee6b558d2f73725c4823 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5f14d9c9e3f61cb79da5e7697af2fe264def852f
commit 5f14d9c9e3f61cb79da5e7697af2fe264def852f
Author: Mike Frysinger <[email protected]>
Date: Mon Jan 6 18:15:31 2014 +0000
libiberty: fix --enable-install-libiberty flag [PR 56780]
Commit 199570 fixed the --disable-install-libiberty behavior, but it also
added a bug where the enable path never works because the initial clear
of target_header_dir wasn't deleted. So we end up initializing properly
at the top only to reset it at the end all the time.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206367 138bc75d-0d04-0410-961f-82ee72b054a4
(cherry picked from commit 369be6981b26787b2685e3b8c6da779dae8ce35f)
-----------------------------------------------------------------------
Summary of changes:
libiberty/ChangeLog | 6 ++++++
libiberty/configure | 1 -
libiberty/configure.ac | 1 -
3 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
gdb and binutils