From 37da16371710497d6d46566d881a6a0af6d071e4 Mon Sep 17 00:00:00 2001 From: Phil Bennett Date: Wed, 14 Apr 2010 13:51:37 +0000 Subject: [PATCH] Added makefile PPC64 autodetection [Julian Sikorski] --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 15367e3cd6b..92f45fec74f 100644 --- a/makefile +++ b/makefile @@ -105,6 +105,9 @@ endif ifeq ($(firstword $(filter amd64,$(UNAME))),amd64) PTR64 = 1 endif +ifeq ($(firstword $(filter ppc64,$(UNAME))),ppc64) +PTR64 = 1 +endif endif # Autodetect BIGENDIAN