Add build support for ppc when $HOSTTYPE is "ppc"
[urcu.git] / Makefile.build.inc
index 3f05de97a397d0a1137deba17b01108ffc4f1874..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
This page took 0.021854 seconds and 4 git commands to generate.