mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 11:17:00 +00:00
Merge pull request #39 from stefanct/master
Add patch to fix building glibc 2.20 on sparc
This commit is contained in:
commit
f4788fd57d
14
patches/glibc/2.20/100-sparc-nptl.patch
Normal file
14
patches/glibc/2.20/100-sparc-nptl.patch
Normal file
@ -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>
|
||||
|
||||
|
||||
|
1
patches/glibc/linaro-2.20-2014.11
Symbolic link
1
patches/glibc/linaro-2.20-2014.11
Symbolic link
@ -0,0 +1 @@
|
||||
2.20
|
Loading…
Reference in New Issue
Block a user