This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
automatic --disable-multilib
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 8 Oct 2006 18:23:05 -0400
- Subject: automatic --disable-multilib
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? Currently
on Darwin for example we have to explicitly
invoke --disable-multilib when building on
G4's or non-EMT64 Macintel machines. It would
much better if configure would automatically
handle this.
Jack