X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.build.inc;h=010bcf578a4b80307a2cb0ec05b6766be1d05827;hp=56c7705690f0afb7dbffe6e6bdd3020d1aa34e56;hb=0617bf4c03c86fb9653c0887cde8ddbdb3b95658;hpb=fb6e510b9ae45b9b984b4646b4be6b9d7a2bbf7c diff --git a/Makefile.build.inc b/Makefile.build.inc index 56c7705..010bcf5 100644 --- a/Makefile.build.inc +++ b/Makefile.build.inc @@ -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