This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
how to pass linker flags in the test suite?
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: GCC-Java <java at gcc dot gnu dot org>
- Date: Sun, 05 Jan 2003 19:08:33 +0100
- Subject: how to pass linker flags in the test suite?
The subject says it, how can I pass linker options to the test cases?
I need to pass an option (-multiply_defined suppress) to the linker when
running the testsuite.
How can I do that?
In top Makefile of libjava I have the LDFLAGS. Where it works fine.
Thanks for any hint.
Andreas