This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Suggested replacement for specs and switch handling
- To: "Zack Weinberg" <zackw at Stanford dot EDU>, "Neil Booth" <neil at daikokuya dot demon dot co dot uk>
- Subject: Re: [RFC] Suggested replacement for specs and switch handling
- From: "Anthony Green" <green at redhat dot com>
- Date: Wed, 27 Jun 2001 07:16:29 -0700
- Cc: <gcc at gcc dot gnu dot org>
- References: <20010627003451.U2274@stanford.edu>
Zack wrote:
> They appear to use a slightly different one for the testsuite; my
> knee-jerk guess as to why is that it's another place we have to work
> around libtool.
I don't think it's used anymore. There's a fair bit of crud in the dejagnu
scripts to determine where the target runtime libraries are. At one point
it was much easier to configure all of that into a special specs file used
just for testing in the build tree.
AG