summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2010-03-10 12:49:13 +1000
committerWayne Meissner <wmeissner@gmail.com>2010-03-10 12:49:35 +1000
commitaa7ecaeee9f0451cd0cc7390509f365dc12aff18 (patch)
treefa88f1f308a7c8581632247f6676831db863549c
parentf0dff6c8154174282cfbccaf6e0fea5adc1d123e (diff)
downloadffi-aa7ecaeee9f0451cd0cc7390509f365dc12aff18.tar.gz
Set MODEL=64 for ppc64
-rw-r--r--libtest/GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtest/GNUmakefile b/libtest/GNUmakefile
index 6fab28a..99ffa95 100644
--- a/libtest/GNUmakefile
+++ b/libtest/GNUmakefile
@@ -107,6 +107,10 @@ ifeq ($(CPU), x86_64)
MODEL = 64
endif
+ifeq ($(CPU), ppc64)
+ MODEL = 64
+endif
+
ifeq ($(CPU), powerpc64)
MODEL = 64
endif