This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: how to pass linker flags in the test suite?
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: 09 Jan 2003 12:25:12 -0700
- Subject: Re: how to pass linker flags in the test suite?
- References: <3E1874A1.1070608@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> The subject says it, how can I pass linker options to the
Andreas> test cases? I need to pass an option (-multiply_defined
Andreas> suppress) to the linker when running the testsuite. How can
Andreas> I do that?
Right now, I think you can't. I don't see any support for it in
libjava.exp. Writing a patch for this shouldn't be very hard.
Tom