Bug 37704 - RFE: Need specific version of --disable-multilib
Summary: RFE: Need specific version of --disable-multilib
Status: ASSIGNED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.4.0
: P3 minor
Target Milestone: ---
Assignee: Paolo Bonzini
URL:
Keywords: build
: 49582 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-01 17:16 UTC by Rainer Orth
Modified: 2021-03-28 07:15 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2017-07-19 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Orth 2008-10-01 17:16:30 UTC
As seen in PR ada/37681, lack of multilib support in a specific target library
can break bootstrap.  To avoid this without having to disable multilib support
completely, it would be useful to have either a --disable-libada-multilib or
(better yet) a generic --disable-multilib[=<liba>,<libb>].
Comment 1 Eric Gallager 2014-12-22 21:10:54 UTC
(In reply to Rainer Orth from comment #0)
> As seen in PR ada/37681, lack of multilib support in a specific target library
> can break bootstrap.  To avoid this without having to disable multilib support
> completely, it would be useful to have either a --disable-libada-multilib or
> (better yet) a generic --disable-multilib[=<liba>,<libb>].

Agreed that the latter option would be better, because even directories that do have multilib support can sometimes have it break on them. Treating libada specially in this regard seems to me like it would just be a half-measure.
Comment 2 Eric Gallager 2017-07-19 19:49:45 UTC
This bug has an assignee but its status is still marked as UNCONFIRMED so I'm marking it as ASSIGNED to reflect the fact that it has an assignee.
Comment 3 Eric Gallager 2017-10-19 12:54:30 UTC
*** Bug 49582 has been marked as a duplicate of this bug. ***