This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Fix sizeof checking for cross compile
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 22 Nov 2002 21:31:29 +0000 (GMT)
- Subject: Re: PATCH: Fix sizeof checking for cross compile
On Fri, 22 Nov 2002, H. J. Lu wrote:
> There are several different sizeof checks in gcc. Not everyone supports
> canadian cross compile. This patch moves AC_COMPILE_CHECK_SIZEOF from
> libjava to config/accross.m4 and makes everyone to use the same check.
Although this patch may make sense in the short term, it would be of more
long-term use to work towards using Autoconf 2.5x (which has built-in
support for sizeof checks when cross-compiling).
--
Joseph S. Myers
jsm28@cam.ac.uk