Révision | 3fee530e50c58ab07cd3f6802ad6a31744a61005 (tree) |
---|---|
l'heure | 2011-12-21 04:02:08 |
Auteur | DJ Delorie <dj@redh...> |
Commiter | DJ Delorie |
merge from gcc
@@ -2,6 +2,11 @@ | ||
2 | 2 | |
3 | 3 | * configure: Regenerate. |
4 | 4 | |
5 | +2011-12-20 Tristan Gingold <gingold@adacore.com> | |
6 | + | |
7 | + * aclocal.m4: Assume strncmp works in cross case. | |
8 | + * configure: Regenerate | |
9 | + | |
5 | 10 | 2011-12-19 Andreas Schwab <schwab@linux-m68k.org> |
6 | 11 | |
7 | 12 | * configure: Regenerate. |
@@ -72,7 +72,7 @@ main () | ||
72 | 72 | exit (0); |
73 | 73 | } |
74 | 74 | ], ac_cv_func_strncmp_works=yes, ac_cv_func_strncmp_works=no, |
75 | - ac_cv_func_strncmp_works=no) | |
75 | + ac_cv_func_strncmp_works=yes) | |
76 | 76 | rm -f core core.* *.core]) |
77 | 77 | if test $ac_cv_func_strncmp_works = no ; then |
78 | 78 | AC_LIBOBJ([strncmp]) |
@@ -6824,7 +6824,7 @@ if test "${ac_cv_func_strncmp_works+set}" = set; then : | ||
6824 | 6824 | $as_echo_n "(cached) " >&6 |
6825 | 6825 | else |
6826 | 6826 | if test "$cross_compiling" = yes; then : |
6827 | - ac_cv_func_strncmp_works=no | |
6827 | + ac_cv_func_strncmp_works=yes | |
6828 | 6828 | else |
6829 | 6829 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6830 | 6830 | /* end confdefs.h. */ |