This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r206367 - in /trunk/libiberty: ChangeLog config...


Author: vapier
Date: Mon Jan  6 18:15:31 2014
New Revision: 206367

URL: http://gcc.gnu.org/viewcvs?rev=206367&root=gcc&view=rev
Log:
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.

Modified:
    trunk/libiberty/ChangeLog
    trunk/libiberty/configure
    trunk/libiberty/configure.ac


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]