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
On Mon, Nov 18, 2002 at 10:36:01PM -0500, Hans-Peter Nilsson wrote:
> On Mon, 18 Nov 2002, Phil Edwards wrote:
> > Does any of this look suspicious?
> >
> > % ./mips-elf-gcc -v
> ...
> Not to me, FWIW.
>
> A though: when checking, do you use
> "make check RUNTESTFLAGS=--target_board=mips-sim"?
The logfiles think so:
Target is mips-unknown-elf
Host is mips-unknown-elf
Build is i686-pc-linux-gnu
=== libstdc++-v3 tests ===
Schedule of variations:
mips-sim
Running target mips-sim
Using /usr/share/dejagnu/baseboards/mips-sim.exp as board description file for target.
Using /usr/share/dejagnu/config/sim.exp as generic interface file for target.
Using /usr/share/dejagnu/baseboards/basic-sim.exp as board description file for target.
Using /home/pme/src/unified/libstdc++-v3/testsuite/config/default.exp as tool-and-target-specific interface file.
Due to the way the script is set up, what actually happens is
export RUNTESTFLAGS='--target_board=mips-sim'
....
make check
which had better do the same thing on any host calling itself Unix. :-)
Phil
--
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
- Edsger Dijkstra, 1930-2002