diff -r 000000000000 -r 28ac8fbd9e6a patches/eglibc/2_15/100-Remove-test-for-__builtin_expect.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/patches/eglibc/2_15/100-Remove-test-for-__builtin_expect.patch Thu Mar 01 15:23:49 2012 -0800 @@ -0,0 +1,78 @@ +diff --git a/configure b/configure +index e5e0184..85da2bc 100755 +--- a/configure ++++ b/configure +@@ -7567,40 +7567,6 @@ _ACEOF + fi + fi + +-{ $as_echo "$as_me:$LINENO: checking for __builtin_expect" >&5 +-$as_echo_n "checking for __builtin_expect... " >&6; } +-if test "${libc_cv_gcc_builtin_expect+set}" = set; then +- $as_echo_n "(cached) " >&6 +-else +- cat > conftest.c <&5 +- (eval $ac_try) 2>&5 +- ac_status=$? +- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; }; then +- libc_cv_gcc_builtin_expect=yes +-else +- libc_cv_gcc_builtin_expect=no +-fi +-rm -f conftest* +-fi +-{ $as_echo "$as_me:$LINENO: result: $libc_cv_gcc_builtin_expect" >&5 +-$as_echo "$libc_cv_gcc_builtin_expect" >&6; } +-if test "$libc_cv_gcc_builtin_expect" = no; then +- { { $as_echo "$as_me:$LINENO: error: support for __builtin_expect needed" >&5 +-$as_echo "$as_me: error: support for __builtin_expect needed" >&2;} +- { (exit 1); exit 1; }; } +-fi +- + { $as_echo "$as_me:$LINENO: checking for __builtin_memset" >&5 + $as_echo_n "checking for __builtin_memset... " >&6; } + if test "${libc_cv_gcc_builtin_memset+set}" = set; then +diff --git a/configure.in b/configure.in +index 4655c8a..596443d 100644 +--- a/configure.in ++++ b/configure.in +@@ -2134,28 +2134,6 @@ if test "$libc_cv_c_asmcr0_bug" != 'no'; then + fi + fi + +-dnl Check whether compiler understands __builtin_expect. +-AC_CACHE_CHECK(for __builtin_expect, libc_cv_gcc_builtin_expect, +-[cat > conftest.c <&AS_MESSAGE_LOG_FD]); then +- libc_cv_gcc_builtin_expect=yes +-else +- libc_cv_gcc_builtin_expect=no +-fi +-rm -f conftest*]) +-if test "$libc_cv_gcc_builtin_expect" = no; then +- AC_MSG_ERROR([support for __builtin_expect needed]) +-fi +- + AC_CACHE_CHECK(for __builtin_memset, libc_cv_gcc_builtin_memset, [dnl + cat > conftest.c <<\EOF + void zero (void *x)