bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cross-compilation guesses (12)


From: Jim Meyering
Subject: Re: cross-compilation guesses (12)
Date: Sat, 05 May 2012 14:19:43 +0200

Bruno Haible wrote:
> This cross-compilation guess is also suboptimal:
>
>   checking for d_ino member in directory struct... no
>
> since d_ino is known to work on glibc/Linux since ever:
> glibc/sysdeps/unix/sysv/linux/bits/dirent.h is essentially unchanged since
> 1997.
>
>
> 2012-05-05  Bruno Haible  <address@hidden>
>
>       d-ino: Avoid guessing "no" when cross-compiling to glibc/Linux systems.
>       * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Require
>       AC_CANONICAL_HOST. When cross-compiling to a glibc/Linux platform,
>       set gl_cv_struct_dirent_d_ino to "guessing yes".

Thanks.
With all of your recent improvements, cross-compiled gnulib-using tools
will be noticeably lighter-weight and more efficient.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]