summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Phil Bennett <philipjbennett@users.noreply.github.com>2010-04-14 13:51:37 +0000
committer Phil Bennett <philipjbennett@users.noreply.github.com>2010-04-14 13:51:37 +0000
commit37da16371710497d6d46566d881a6a0af6d071e4 (patch)
tree1245c3f98d25be3d07d38e7d29d7a84c0ead3de9 /makefile
parent145297457c06c53a2ec4eeade9c66cf2ab39c22f (diff)
Added makefile PPC64 autodetection [Julian Sikorski]
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
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