acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.

libatomic/
	* acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.
	* configure: Regenerate.

From-SVN: r193145
This commit is contained in:
Thomas Schwinge 2012-11-05 00:27:03 +01:00 committed by Thomas Schwinge
parent b9efc87730
commit 4044815128
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,8 @@
2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
* acinclude.m4 (LIBAT_CHECK_IFUNC): Clarify message.
* configure: Regenerate.
* configure: Regenerate.
2012-10-23 Sofiane Naci <sofiane.naci@arm.com>

View File

@ -185,10 +185,11 @@ AC_DEFUN([LIBAT_WORDSIZE],[
])
dnl
dnl Check whether the target supports ifuncs.
dnl Check whether the target supports the ifunc attribute.
dnl
AC_DEFUN([LIBAT_CHECK_IFUNC], [
AC_CACHE_CHECK([whether the target supports funcs], libat_cv_have_ifunc, [
AC_CACHE_CHECK([whether the target supports the ifunc attribute],
libat_cv_have_ifunc, [
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -Werror"
AC_TRY_LINK([

4
libatomic/configure vendored
View File

@ -14538,8 +14538,8 @@ $as_echo "#define HAVE_ATTRIBUTE_ALIAS 1" >>confdefs.h
fi
if test x$try_ifunc = xyes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports funcs" >&5
$as_echo_n "checking whether the target supports funcs... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports the ifunc attribute" >&5
$as_echo_n "checking whether the target supports the ifunc attribute... " >&6; }
if test "${libat_cv_have_ifunc+set}" = set; then :
$as_echo_n "(cached) " >&6
else