merge from gcc
This commit is contained in:
parent
c0a512e266
commit
3fee530e50
3 changed files with 7 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
* configure: Regenerate.
|
||||
|
||||
2011-12-20 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* aclocal.m4: Assume strncmp works in cross case.
|
||||
* configure: Regenerate
|
||||
|
||||
2011-12-19 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
|
2
libiberty/aclocal.m4
vendored
2
libiberty/aclocal.m4
vendored
|
@ -72,7 +72,7 @@ main ()
|
|||
exit (0);
|
||||
}
|
||||
], ac_cv_func_strncmp_works=yes, ac_cv_func_strncmp_works=no,
|
||||
ac_cv_func_strncmp_works=no)
|
||||
ac_cv_func_strncmp_works=yes)
|
||||
rm -f core core.* *.core])
|
||||
if test $ac_cv_func_strncmp_works = no ; then
|
||||
AC_LIBOBJ([strncmp])
|
||||
|
|
2
libiberty/configure
vendored
2
libiberty/configure
vendored
|
@ -6824,7 +6824,7 @@ if test "${ac_cv_func_strncmp_works+set}" = set; then :
|
|||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
if test "$cross_compiling" = yes; then :
|
||||
ac_cv_func_strncmp_works=no
|
||||
ac_cv_func_strncmp_works=yes
|
||||
else
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
|
Loading…
Reference in a new issue