This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: automatic --disable-multilib
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 9 Oct 2006 09:15:50 +1000
- Subject: Re: automatic --disable-multilib
- References: <20061008222305.GA21172@bromo.msbb.uc.edu>
> Shouldn't configure in gcc be made to automatically test if -m64
> is working on the build machine in question and automatically invoke
> --disable-multilib if not?
The capability of the build system compiler is meaningless for
multilibs. Whether or not multilibbing will work depends on whether
-m64 is working in the newly built compiler. Right?
Ben