This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] PR33326 fix testsuite failures on non linux targets
- From: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Java Patches <java-patches at gcc dot gnu dot org>
- Date: Sun, 9 Sep 2007 08:49:28 +0100
- Subject: Re: [patch] PR33326 fix testsuite failures on non linux targets
- References: <46E19F31.2030301@pop.agri.ch>
Andreas Tobler writes:
> Hello all,
>
> the below patch fixes the testsuite failures on non linux targets like
> darwin, sparc-solaris or hpux. Their ld does not like the -rpath
> argument which is passed via libgcj-test.spec.
>
> I tested on the above targets plus on ppc and i686 linux.
>
> Btw, it fixes PR33326 :)
>
> Ok ?
>
> Thanks,
>
> Andreas
>
> 2007-09-07 Andreas Tobler <a.tobler@schweiz.org>
>
> PR libgcj/33326
> * testsuite/lib/libjava.exp (libjava_arguments): Append the test spec
> only for linux targets.
OK, thanks.
Andrew.