This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
cross-compile configure sizeof tests
- To: java at gcc dot gnu dot org
- Subject: cross-compile configure sizeof tests
- From: Tony Kimball <alk at pobox dot com>
- Date: Wed, 25 Apr 2001 01:30:09 -0500 (CDT)
- Reply-To: alk at pobox dot com
libffi/configure and libjava/configure use programs to test sizeof
(among other things, I would assume). There must be a normal,
canonical method for handling this situation when cross-compiling,
used in other parts of gcc, but I have yet to find an example.
Hence my question: Can someone point me to an example, and/or
tell me explicitly how this situation is canonically treated?