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?
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Ian Lance Taylor <iant at google dot com>, Mark Mitchell <mark at codesourcery dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 11 Aug 2008 20:41:58 -0500 (CDT)
- Subject: Re: [RFC] Do we care about binary compatibility of code produced by cross-compilers?
- Accept-language: en-US
- References: <48A05898.9000705@oracle.com> <m37iane6sw.fsf@google.com> <48A0E864.5040006@codesourcery.com>
Hi,
> (a) determined by compile- and link-time tests, and/or
While we are at it, I think I need a clarification about link-time tests: in the current configure.ac there is this comment:
# Only do link tests if native. Else, hardcode.
thus, I'm not sure to understand the status of those tests: are or not generally allowed also when cross-compiling?
Paolo.