urcu-pointer: create specific objects and headers to deal with RCU pointers
[urcu.git] / Makefile.build.inc
index 56c7705690f0afb7dbffe6e6bdd3020d1aa34e56..010bcf578a4b80307a2cb0ec05b6766be1d05827 100644 (file)
@@ -29,6 +29,9 @@ endif
 ifeq ("${HOSTTYPE}","ppc64")
 ARCHTYPE=ppc
 endif
+ifeq ("${HOSTTYPE}","ppc")
+ARCHTYPE=ppc
+endif
 ifeq ("${HOSTTYPE}","s390")
 ARCHTYPE=s390
 endif
@@ -36,9 +39,6 @@ ifeq ("${HOSTTYPE}","s390x")
 ARCHTYPE=s390
 endif
 
-#Build the library without using signals. Slower read-side.
-#CFLAGS+=-DCONFIG_URCU_AVOID_SIGNALS
-
 #Changing the signal number used by the library. SIGUSR1 by default.
 #CFLAGS+=-DSIGURCU=SIGUSR2
 
This page took 0.022864 seconds and 4 git commands to generate.