summaryrefslogtreecommitdiff
path: root/toolchain/glibc/patches/2.20/sparc-darwin.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <w.brodkorb@deubert.it>2016-02-27 12:35:22 +0100
committerWaldemar Brodkorb <w.brodkorb@deubert.it>2016-02-27 12:35:37 +0100
commit1c7f981ff7591fe086cc1029a224908ead97c36f (patch)
treeecc1b4f7291d370194126f3b113c77b78d7f9ace /toolchain/glibc/patches/2.20/sparc-darwin.patch
parent4ac7a82f752334c4703e6ee6811aaac3736fd41f (diff)
add glibc patch to cross-compile on MacOS X
Diffstat (limited to 'toolchain/glibc/patches/2.20/sparc-darwin.patch')
-rw-r--r--toolchain/glibc/patches/2.20/sparc-darwin.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/glibc/patches/2.20/sparc-darwin.patch b/toolchain/glibc/patches/2.20/sparc-darwin.patch
deleted file mode 100644
index 8560a42cf..000000000
--- a/toolchain/glibc/patches/2.20/sparc-darwin.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur glibc-2.19.orig/configure glibc-2.19/configure
---- glibc-2.19.orig/configure 2014-02-07 10:04:38.000000000 +0100
-+++ glibc-2.19/configure 2014-04-16 23:11:01.000000000 +0200
-@@ -6228,7 +6228,7 @@
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; }
- then
-- if $READELF -S conftest.so | grep '\.rel\(a\|\)\.dyn' > /dev/null; then
-+ if $READELF -S conftest.so | grep '\.\(rela\|rel\)\.dyn' > /dev/null; then
- libc_cv_z_combreloc=yes
- else
- libc_cv_z_combreloc=no