Bug 9422 - Libiberty still installed even configuring with --disable-install-libiberty
Summary: Libiberty still installed even configuring with --disable-install-libiberty
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: build (show other bugs)
Version: unknown
: P3 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 18:48 UTC by chmeeedalf
Modified: 2018-09-26 13:01 UTC (History)
4 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chmeeedalf 2007-09-13 18:48:02 UTC
[Converted from Gnats 2317]

When attempting to compile gdb for an embedded system, the options --disable-install-libbfd and --disable-install-libiberty are used so as not to conflict with the installed toolchain's copy.  However, --disable-install-libiberty has no effect, and still installs libiberty.a, which causes problems when gdb is removed from the system (using package management).

Release:
unknown

Environment:
Any

How-To-Repeat:
Compile gdb with --disable-install-libiberty
Comment 1 Tom Tromey 2018-09-26 13:01:00 UTC
I tried this today and it works for me.