X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=Makefile.build.inc;h=010bcf578a4b80307a2cb0ec05b6766be1d05827;hb=74c1a593fec71786b4b87e07c2fefafebacb25d0;hp=3f05de97a397d0a1137deba17b01108ffc4f1874;hpb=0a1d290b4432036a7c1bf4a1b251ec9086036a87;p=urcu.git 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