gauche: Do not define AO_USE_PTHREAD_DEFS
for ARMv7
This commit is contained in:
parent
c9faf3f050
commit
294260fc2f
11
packages/gauche/src-gauche-priv-atomicP.h.patch
Normal file
11
packages/gauche/src-gauche-priv-atomicP.h.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/src/gauche/priv/atomicP.h
|
||||
+++ b/src/gauche/priv/atomicP.h
|
||||
@@ -95,7 +95,7 @@
|
||||
*
|
||||
* -- gniibe 2012-11-27
|
||||
*/
|
||||
-#if defined(__ARMEL__)
|
||||
+#if defined(__ARMEL__) && !defined(__ARM_ARCH_7A__)
|
||||
#define AO_USE_PTHREAD_DEFS 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user