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: DJ Delorie <dj at redhat dot com>
- To: hjl at lucon dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 22 Nov 2002 16:13:00 -0500
- Subject: Re: PATCH: Fix sizeof checking for cross compile
- References: <20021122125823.A2235@lucon.org>
> 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.
What was it tested with?