X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.build.inc;h=010bcf578a4b80307a2cb0ec05b6766be1d05827;hp=3f05de97a397d0a1137deba17b01108ffc4f1874;hb=74c1a593fec71786b4b87e07c2fefafebacb25d0;hpb=1ccf9cbe71d7392fb87e4b0046bd2eb94a75b541 diff --git a/Makefile.build.inc b/Makefile.build.inc index 3f05de9..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