This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] Do we care about binary compatibility of code produced by cross-compilers?
Paolo Carlini wrote:
I note that libjava calls both GCC_CHECK_TLS and
GCC_CHECK_UNWIND_GETIPINFO unconditionally, even when building with a
cross-compiler.
Interesting.
Even more interesting, I would say mysterious, libjava' configure.ac,
like libsdc++-v3', has GCC_NO_EXECUTABLES on top. Do you understand
better than me, what's going on here?
Paolo.