This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Ping Re: Improve TLS link test for cross-compiling
On 07/14/2009 05:41 PM, Joseph S. Myers wrote:
Ping. This patch
<http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00139.html> is pending
review.
Are there any targets that support TLS but use anything but -shared to
link a shared library, or that do not have -Wl,--no-undefined? I'm
thinking of Solaris with Sun as and ld especially.
Okay if you conditionalize setting the LDFLAGS on $host being *-*-linux*
(don't know about uclinux?) and require AC_CANONICAL_HOST at the top of
the file.
Paolo