This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] Fix / clean-up config vs crosses (5/n): avoid a TRY_RUN
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 25 Aug 2008 19:17:05 +0200
- Subject: Re: [v3] Fix / clean-up config vs crosses (5/n): avoid a TRY_RUN
- References: <48B1F39C.6060605@oracle.com> <48B2E740.3090307@codesourcery.com>
HI Mark,
checking a property of the build machine, unrelated to the target machine?
Right. That kind of consideration led me to **not** move it outside the
IS_NATIVE block, where I introduced it originally. Can be considered in
that case approximately correct? Or we need something entirely different?
Paolo.