aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-06-14 11:08:32 -0700
committerBryan Hundven <bryanhundven@gmail.com>2015-06-14 11:08:32 -0700
commitc45cfb51628bc8490ff198f5ad0d0ef275ba0166 (patch)
tree8386fba36448974e01ca9123c06b9bd760648208
parent062657413cbe36c81231a71544980de746a5664a (diff)
parent7226fc2ac18188bb61e9b62e7d474fe559c982ea (diff)
downloadcrosstool-ng-c45cfb51628bc8490ff198f5ad0d0ef275ba0166.tar.gz
crosstool-ng-c45cfb51628bc8490ff198f5ad0d0ef275ba0166.tar.bz2
crosstool-ng-c45cfb51628bc8490ff198f5ad0d0ef275ba0166.zip
Merge pull request #121 from bhundven/no_symlinks_in_patch_directory
patches: No symlinks in patch directory
l---------patches/glibc/linaro-2.20-2014.111
-rw-r--r--patches/glibc/linaro-2.20-2014.11/100-sparc-nptl.patch14
2 files changed, 14 insertions, 1 deletions
diff --git a/patches/glibc/linaro-2.20-2014.11 b/patches/glibc/linaro-2.20-2014.11
deleted file mode 120000
index 9761f734..00000000
--- a/patches/glibc/linaro-2.20-2014.11
+++ /dev/null
@@ -1 +0,0 @@
-2.20 \ No newline at end of file
diff --git a/patches/glibc/linaro-2.20-2014.11/100-sparc-nptl.patch b/patches/glibc/linaro-2.20-2014.11/100-sparc-nptl.patch
new file mode 100644
index 00000000..21f03379
--- /dev/null
+++ b/patches/glibc/linaro-2.20-2014.11/100-sparc-nptl.patch
@@ -0,0 +1,14 @@
+diff --git a/sysdeps/sparc/sparc32/sem_trywait.c b/sysdeps/sparc/sparc32/sem_trywait.c
+index 7d0fc55..ad9b4ad 100644
+--- a/sysdeps/sparc/sparc32/sem_trywait.c
++++ b/sysdeps/sparc/sparc32/sem_trywait.c
+@@ -22,6 +22,7 @@
+ #include <lowlevellock.h>
+ #include <internaltypes.h>
+ #include <semaphore.h>
++#include <sparc-nptl.h>
+
+ #include <shlib-compat.h>
+
+
+