This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: extend jni.exp for dynamic libs
- 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: 19 Feb 2003 11:59:06 -0700
- Subject: Re: extend jni.exp for dynamic libs
- References: <3E53CC4B.1000508@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa at pop dot agri dot ch> writes:
Andreas> could we introduce something like this in jni.exp?
Yes. Generally, the test suite is hack city, unless there is a
relatively clean way to find the required information.
Andreas> The thing I need to improve is the detection of the test
Andreas> target, right now as you see I did it with hardcoded.
There's a way in dejagnu to find the target triplet. I think it is
just a global variable somewhere, but you'll have to look at the
manual to be certain.
Tom