diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-02-01 21:08:21 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-02-01 21:08:21 -0800 |
commit | f4788fd57d355458c2041f002222c445b04e3602 (patch) | |
tree | d9f41495c9f85703a7e62ddeb728ed3334c6889d | |
parent | efd8225d2ae1745a6cc797323777dacb08430fca (diff) | |
parent | c98155a82a115a5de8dbbdb70d0721950b59fde7 (diff) | |
download | crosstool-ng-f4788fd57d355458c2041f002222c445b04e3602.tar.gz crosstool-ng-f4788fd57d355458c2041f002222c445b04e3602.tar.bz2 crosstool-ng-f4788fd57d355458c2041f002222c445b04e3602.zip |
Merge pull request #39 from stefanct/master
Add patch to fix building glibc 2.20 on sparc
-rw-r--r-- | patches/glibc/2.20/100-sparc-nptl.patch | 14 | ||||
l--------- | patches/glibc/linaro-2.20-2014.11 | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/patches/glibc/2.20/100-sparc-nptl.patch b/patches/glibc/2.20/100-sparc-nptl.patch new file mode 100644 index 00000000..21f03379 --- /dev/null +++ b/patches/glibc/2.20/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> + + + diff --git a/patches/glibc/linaro-2.20-2014.11 b/patches/glibc/linaro-2.20-2014.11 new file mode 120000 index 00000000..9761f734 --- /dev/null +++ b/patches/glibc/linaro-2.20-2014.11 @@ -0,0 +1 @@ +2.20
\ No newline at end of file |