This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: configure: error: No support for this target/host combination.
- From: Ian Lance Taylor <iant at google dot com>
- To: "Yang" <lx4r2qw02 at sneakemail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 27 Dec 2007 23:01:16 -0800
- Subject: Re: configure: error: No support for this target/host combination.
- References: <16095-99180@sneakemail.com> <11454-75148@sneakemail.com>
"Yang" <lx4r2qw02@sneakemail.com> writes:
> Yang lx4r2qw02-at-sneakemail.com |gcc-help| wrote:
> > When building gcc 4.2.0 on my Ubuntu 7.10 x86-64, I get:
> > configure: error: No support for this target/host combination.
> > I ran configure --target=i386-jos-elf. I can't really tell what was
> > being built, but it seems like libstdc++. It would be nice to have C++
> > support (I imagine it must exist for i386+ELF), but if this turns out
> > to be difficult, I'd also be interested in knowing how to . Thanks in
> > advance for any guidance.
>
> To complete that second-to-last sentence: "how to disable building
> libstdc++".
If you don't need C++, use the option --enable-languages=c when you
run configure.
Ian