• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision3fee530e50c58ab07cd3f6802ad6a31744a61005 (tree)
l'heure2011-12-21 04:02:08
AuteurDJ Delorie <dj@redh...>
CommiterDJ Delorie

Message de Log

merge from gcc

Change Summary

Modification

--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -2,6 +2,11 @@
22
33 * configure: Regenerate.
44
5+2011-12-20 Tristan Gingold <gingold@adacore.com>
6+
7+ * aclocal.m4: Assume strncmp works in cross case.
8+ * configure: Regenerate
9+
510 2011-12-19 Andreas Schwab <schwab@linux-m68k.org>
611
712 * configure: Regenerate.
--- a/libiberty/aclocal.m4
+++ b/libiberty/aclocal.m4
@@ -72,7 +72,7 @@ main ()
7272 exit (0);
7373 }
7474 ], 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)
7676 rm -f core core.* *.core])
7777 if test $ac_cv_func_strncmp_works = no ; then
7878 AC_LIBOBJ([strncmp])
--- a/libiberty/configure
+++ b/libiberty/configure
@@ -6824,7 +6824,7 @@ if test "${ac_cv_func_strncmp_works+set}" = set; then :
68246824 $as_echo_n "(cached) " >&6
68256825 else
68266826 if test "$cross_compiling" = yes; then :
6827- ac_cv_func_strncmp_works=no
6827+ ac_cv_func_strncmp_works=yes
68286828 else
68296829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68306830 /* end confdefs.h. */