diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-06 18:15:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gcc.gnu.org> | 2014-01-06 18:15:31 +0000 |
commit | 0225cc0f1fe37a4aa0e67c2ca1806a082e8953cd (patch) | |
tree | 63953b41a642708fdf17d72fac3bd963d766da61 /libiberty/configure | |
parent | 33444996f03b140e1fa144eb02c5c17d15e594a7 (diff) | |
download | gcc-0225cc0f1fe37a4aa0e67c2ca1806a082e8953cd.zip gcc-0225cc0f1fe37a4aa0e67c2ca1806a082e8953cd.tar.gz gcc-0225cc0f1fe37a4aa0e67c2ca1806a082e8953cd.tar.bz2 |
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.
From-SVN: r206367
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure index 8ea54da..7bde9b3 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -5510,7 +5510,6 @@ fi setobjs= CHECK= -target_header_dir= if test -n "${with_target_subdir}"; then # We are being configured as a target library. AC_REPLACE_FUNCS |