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:

> Here's a simple fix that I had to make to enables cross-configuration.  It 
> allows you to set:
> 
>     --enable-sizeof-int
>     --enable-sizeof-long
>     --enable-restartable-syscalls

Another approach is to make $CONFIG_SITE point to a shell script
which sets values for ac_cv_sizeof_int and others.  The Debian
dpkg-cross package does that.  Info: (autoconf)Site Defaults.

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