summaryrefslogtreecommitdiff
path: root/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-01-16 23:25:08 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-01-16 23:25:08 -0300
commit8b17c0c06c905cf95978e79c8077ac76304a37fd (patch)
treee82b47f7e4ba1b3b03b924207b93b319fe19df2b /cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch
parent1688695d0e71e57427d1b681340b7f3c47fcd5f2 (diff)
downloadabslibre-8b17c0c06c905cf95978e79c8077ac76304a37fd.tar.gz
abslibre-8b17c0c06c905cf95978e79c8077ac76304a37fd.tar.bz2
abslibre-8b17c0c06c905cf95978e79c8077ac76304a37fd.zip
Got glibc-headers
Diffstat (limited to 'cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch')
-rw-r--r--cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch
new file mode 100644
index 000000000..5393ae5cd
--- /dev/null
+++ b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/configure.patch
@@ -0,0 +1,20 @@
+--- configure 2011-12-18 02:53:21.000000000 -0300
++++ configure 2012-01-14 15:20:13.737901264 -0300
+@@ -7210,13 +6940,14 @@
+ fi
+ { $as_echo "$as_me:${as_lineno-$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_fn_error $? "support for __builtin_expect needed" "$LINENO" 5
++if test "$libc_cv_gcc_builtin_expect" = yes; then
++ $as_echo "#define HAVE_BUILTIN_EXPECT 1" >>confdefs.h
++
+ fi
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_memset" >&5
+ $as_echo_n "checking for __builtin_memset... " >&6; }
+-if ${libc_cv_gcc_builtin_memset+:} false; then :
++if ${libc_cv_gcc_builtin_memset+:} false; then :
+ $as_echo_n "(cached) " >&6
+ else
+ cat > conftest.c <<\EOF