From 74c1a593fec71786b4b87e07c2fefafebacb25d0 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Tue, 29 Sep 2009 15:22:54 -0400 Subject: [PATCH] Add build support for ppc when $HOSTTYPE is "ppc" Signed-off-by: Mathieu Desnoyers --- Makefile.build.inc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1