This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to prevent multilib builds if OS support missing?
- From: Richard Henderson <rth at redhat dot com>
- To: Ulrich Weigand <Ulrich dot Weigand at de dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 26 Nov 2002 15:10:33 -0800
- Subject: Re: How to prevent multilib builds if OS support missing?
- References: <OF42EA00DB.F1EE6FE8-ONC1256C7D.00681F81@de.ibm.com>
On Tue, Nov 26, 2002 at 08:12:39PM +0100, Ulrich Weigand wrote:
> is there some mechanism to prevent a gcc build from failing because
> some multilibbed library cannot be built due to missing OS support
> (missing libraries, binutils support etc.)?
--disable-multilib?
I kinda like the explicit disable from the user,
since that winds up in the --version dump.
r~