This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cross-compile: patch for configure.in


Jan Nieuwenhuizen <janneke@gnu.org> writes:

> But we still need a patch that goes like:
> 
>   -AC_CHECK_SIZEOF(int)
>   +AC_CHECK_SIZEOF(int, $ac_cv_sizeof_int)

That is not necessary.  I just checked this by running a trivial
configure script with CC=i386-gnu-gcc.  If $ac_cv_sizeof_int has
been defined, AC_CHECK_SIZEOF(int) uses that value and doesn't
complain about being unable to run the test.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]