This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin testsuite: Avoid -no-install


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]