Added makefile PPC64 autodetection [Julian Sikorski]

This commit is contained in:
Phil Bennett 2010-04-14 13:51:37 +00:00
parent 145297457c
commit 37da163717

View file

@ -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