Support sparcv9 32-bit build
[urcu.git] / urcu / uatomic_arch_sparc64.h
index 35b9ac269c11197b52eac7d55546a7d3479586ed..28829d285811bfabce58ffc00847ff645f70e460 100644 (file)
@@ -24,7 +24,7 @@
 #include <urcu/system.h>
 
 #ifndef __SIZEOF_LONG__
-#if (defined(__sparc_v8__) || defined(__sparc_v9__))
+#ifdef __LP64__
 #define __SIZEOF_LONG__ 8
 #else
 #define __SIZEOF_LONG__ 4
This page took 0.022307 seconds and 4 git commands to generate.