cygwin testsuite: Avoid -no-install
Tom Tromey
tromey@redhat.com
Mon May 6 17:21:00 GMT 2002
>>>>> "David" == Billinghurst, David (CRTS) <David.Billinghurst@riotinto.com> writes:
David> 2002-05-06 David.Billingurst <David.Billinghurst@riotinto.com>
David> * testsuite/lib/libjava.exp (libjava_arguments): Don't link
David> with -no-install on *-*-cygwin*.
Thanks.
David> + if { ![istarget "*-*-cygwin*"] } {
This should be formatted:
if {! [istarget "*-*-cygwin*"]} {
With that change, this is fine.
Tom
More information about the Java-patches
mailing list