This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Java PATCH: Use libtool-ldflags
- From: Andrew Haley <aph at redhat dot com>
- To: mark at codesourcery dot com
- Cc: java-patches at gcc dot gnu dot org
- Date: Mon, 09 Feb 2009 22:46:07 +0000
- Subject: Re: Java PATCH: Use libtool-ldflags
- References: <20090209223810.4CE644C1C089@zelda.codesourcery.com>
Mark Mitchell wrote:
> Target run-time libraries that are built with libtool are supposed to
> use the libtool-ldflags script to quote LDFLAGS for libtool. That's
> already done for libstdc++ and libffi; this patch uses the same idiom
> for boehm-gc and libjava.
>
> Tested against a 4.3-based tree for arm-linux-gnueabi and against
> mainline for x86_64-linux-gnu.
>
> OK to apply?
OK, thanks.
Andrew.