| Submitter | Thomas Schwinge |
|---|---|
| Date | Nov. 4, 2012, 11:28 p.m. |
| Message ID | <87ip9l9cdo.fsf@kepler.schwinge.homeip.net> |
| Download | mbox | patch |
| Permalink | /patch/197114/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git libatomic/acinclude.m4 libatomic/acinclude.m4 index 282a992..a86e52b 100644 --- libatomic/acinclude.m4 +++ libatomic/acinclude.m4 @@ -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([