[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gl_FUNC_FSTATAT doesn’t support cross-compilation
From: |
Bruno Haible |
Subject: |
Re: gl_FUNC_FSTATAT doesn’t support cross-compilation |
Date: |
Thu, 10 Nov 2011 02:55:34 +0100 |
User-agent: |
KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; ) |
Paul Eggert wrote:
> One possibility is to assume that AIX 7.1 is the only
> target platform with that bug -- that would be easier
> to maintain
Yes, this appears to be the case. Grepping through log files of many
platforms:
$ fgrep 'checking whether fstatat (..., 0) works' multibuild-1*/*.log | sed -e
's|^multibuild-..../||' | LC_ALL=C sort -u
aix71-cc.log:checking whether fstatat (..., 0) works... (cached) no
aix71-cc.log:checking whether fstatat (..., 0) works... no
aix71-gcc.log:checking whether fstatat (..., 0) works... (cached) no
aix71-gcc.log:checking whether fstatat (..., 0) works... no
cygwin1.7.5.log:checking whether fstatat (..., 0) works... (cached) yes
cygwin1.7.5.log:checking whether fstatat (..., 0) works... yes
cygwin1.7.9.log:checking whether fstatat (..., 0) works... (cached) yes
cygwin1.7.9.log:checking whether fstatat (..., 0) works... yes
linux.log:checking whether fstatat (..., 0) works... (cached) yes
linux.log:checking whether fstatat (..., 0) works... yes
linuxhppa.log:checking whether fstatat (..., 0) works... (cached) yes
linuxhppa.log:checking whether fstatat (..., 0) works... yes
linuxia64.log:checking whether fstatat (..., 0) works... (cached) yes
linuxia64.log:checking whether fstatat (..., 0) works... yes
linuxmips32.log:checking whether fstatat (..., 0) works... (cached) yes
linuxmips32.log:checking whether fstatat (..., 0) works... yes
linuxmips64.log:checking whether fstatat (..., 0) works... (cached) yes
linuxmips64.log:checking whether fstatat (..., 0) works... yes
linuxmipsn32.log:checking whether fstatat (..., 0) works... (cached) yes
linuxmipsn32.log:checking whether fstatat (..., 0) works... yes
linuxppc32.log:checking whether fstatat (..., 0) works... (cached) yes
linuxppc32.log:checking whether fstatat (..., 0) works... yes
linuxppc64.log:checking whether fstatat (..., 0) works... (cached) yes
linuxppc64.log:checking whether fstatat (..., 0) works... yes
linuxsparc32.log:checking whether fstatat (..., 0) works... (cached) yes
linuxsparc32.log:checking whether fstatat (..., 0) works... yes
linuxsparc64.log:checking whether fstatat (..., 0) works... (cached) yes
linuxsparc64.log:checking whether fstatat (..., 0) works... yes
solaris10-cc.log:checking whether fstatat (..., 0) works... (cached) yes
solaris10-cc.log:checking whether fstatat (..., 0) works... yes
solaris10x86-cc.log:checking whether fstatat (..., 0) works... (cached) yes
solaris10x86-cc.log:checking whether fstatat (..., 0) works... yes
solaris10x86-gcc.log:checking whether fstatat (..., 0) works... (cached) yes
solaris10x86-gcc.log:checking whether fstatat (..., 0) works... yes
solaris9-cc.log:checking whether fstatat (..., 0) works... (cached) yes
solaris9-cc.log:checking whether fstatat (..., 0) works... yes
solaris9-gcc.log:checking whether fstatat (..., 0) works... yes
Bruno
--
In memoriam Robert Blum <http://en.wikipedia.org/wiki/Robert_Blum>
- gl_FUNC_FSTATAT doesn’t support cross-compilation, Ludovic Courtès, 2011/11/09
- Re: gl_FUNC_FSTATAT doesn’t support cross-co mpilation, Paul Eggert, 2011/11/09
- Re: gl_FUNC_FSTATAT doesn’t support cross-compilation, Bruno Haible, 2011/11/09
- Re: gl_FUNC_FSTATAT doesn’t support cross-c ompilation, Eric Blake, 2011/11/09
- Re: gl_FUNC_FSTATAT doesn’t support cross-c ompilation, Paul Eggert, 2011/11/09
- Re: gl_FUNC_FSTATAT doesn’t support cross-compilation,
Bruno Haible <=
- Re: gl_FUNC_FSTATAT doesn’t support cross-co mpilation, Paul Eggert, 2011/11/09
- Re: gl_FUNC_FSTATAT doesn’t support cross-compilation, Bruno Haible, 2011/11/10
- Re: gl_FUNC_FSTATAT doesn’t support cross-compilation, Ludovic Courtès, 2011/11/11
- Re: gl_FUNC_FSTATAT doesn’t support cross-compilation, Jim Meyering, 2011/11/12
- Re: gl_FUNC_FSTATAT doesn’t support cross-compilation, Ludovic Courtès, 2011/11/10