This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[HEAD] configuring with an alias is broken
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 31 Dec 2002 12:13:58 +0100
- Subject: [HEAD] configuring with an alias is broken
On the HEAD branch configuring gcc like
configure --enabled-languages=c,c++,java [...] i386-linux
leads to an error:
Configuring in zlib
loading cache .././config.cache
configure: error: can only configure for one host and one target at a time
make[2]: *** [configure-zlib] Error 1
Are aliases not supported anymore?
Matthias