This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Exhaustive simulator testing
- From: Ben Elliston <bje at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: 18 Oct 2002 21:52:44 +1000
- Subject: Re: Exhaustive simulator testing
- References: <20020926214630.GG12223@codesourcery.com>
>>>>> "Zack" == Zack Weinberg <zack@codesourcery.com> writes:
Zack> It Would Be Nice if it were possible to build the simulator
Zack> without also building GDB. It Would Be Really Nice if you
Zack> didn't have to have GDB's sources in the tree at all.
Are you sure? Most simulators can be built without having to first
build GDB -- you just configure src/sim (or src/sid, if you're lucky
enough) and it will produce a standalone <target>-run executable.
Ben