mirror of git://sourceware.org/git/glibc.git
* configure.in (libc_cv_gnu89_inline): Only do compile test.
* configure: Rebuilt. * configure.in (libc_cv_gnu89_inline): Only do compile test. * configure: Rebuilt.
This commit is contained in:
parent
06029c2084
commit
371f84a4dc
|
|
@ -1,5 +1,8 @@
|
||||||
2007-03-20 Jakub Jelinek <jakub@redhat.com>
|
2007-03-20 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* configure.in (libc_cv_gnu89_inline): Only do compile test.
|
||||||
|
* configure: Rebuilt.
|
||||||
|
|
||||||
* soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
|
* soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
|
||||||
bit-fields.
|
bit-fields.
|
||||||
* soft-fp/extended.h (_FP_UNION_E): Likewise.
|
* soft-fp/extended.h (_FP_UNION_E): Likewise.
|
||||||
|
|
|
||||||
|
|
@ -5972,8 +5972,8 @@ main () { return 0;}
|
||||||
#error
|
#error
|
||||||
#endif
|
#endif
|
||||||
EOF
|
EOF
|
||||||
if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -std=gnu99 -fgnu89-inline
|
if { ac_try='${CC-cc} $CFLAGS $CPPFLAGS -S -std=gnu99 -fgnu89-inline
|
||||||
-o conftest conftest.c 1>&5'
|
-o conftest.s conftest.c 1>&5'
|
||||||
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||||
(eval $ac_try) 2>&5
|
(eval $ac_try) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
|
|
|
||||||
|
|
@ -1650,8 +1650,8 @@ main () { return 0;}
|
||||||
#error
|
#error
|
||||||
#endif
|
#endif
|
||||||
EOF
|
EOF
|
||||||
if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -std=gnu99 -fgnu89-inline
|
if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS -S -std=gnu99 -fgnu89-inline
|
||||||
-o conftest conftest.c 1>&AS_MESSAGE_LOG_FD])
|
-o conftest.s conftest.c 1>&AS_MESSAGE_LOG_FD])
|
||||||
then
|
then
|
||||||
libc_cv_gnu89_inline=yes
|
libc_cv_gnu89_inline=yes
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue