This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: mips-elf can't create executables for libstdc++ testsuite
At Mon, 18 Nov 2002 19:34:55 -0500, Phil Edwards wrote:
> > I've gotten mips-elf and similar targets to work, using the
> > description of how to do it on the sim testing page, as of a few weeks
> > ago. I've not tried it since.
>
> Does any of this look suspicious?
my typical configure line looks like:
$srcdir/combined/configure --target=mips-elf --prefix=$instdir
and that's it!
when i do enable specific languages, i always am sure to include 'c'.
I don't know if that matters.
I'll do an update and give it a go myself...
chris