[Bug other/56780] --disable-install-libiberty still installs libiberty.a
yselkowitz at users dot sourceforge.net
gcc-bugzilla@gcc.gnu.org
Tue Jun 4 19:26:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56780
Yaakov (Cygwin Ports) <yselkowitz at users dot sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yselkowitz at users dot sourceforg
| |e.net
--- Comment #5 from Yaakov (Cygwin Ports) <yselkowitz at users dot sourceforge.net> ---
An unfortunate (and presumably unintended) consequence of this commit was that
libiberty.a is no longer installed by default when building binutils CVS HEAD
either. As libbfd and libopcodes still require its symbols, and both are built
static-only by default, this change renders those libraries unusable.
AFAICS another step is needed in the top-level configury to pass
--enable-install-libiberty when bfd/opcodes is being built.
More information about the Gcc-bugs
mailing list