Fix build on PPC64LE

Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
This commit is contained in:
Timothy Pearson
2016-06-26 20:09:39 -05:00
parent 47b06d3255
commit 203eda1d47
9 changed files with 37 additions and 10 deletions

View File

@ -451,6 +451,7 @@ LLVM:
# define POSH_CPU_PPC 1
# if !defined POSH_CPU_STRING
# if defined __powerpc64__
# define POSH_CPU_PPC64 1
# define POSH_CPU_STRING "PowerPC64"
# else
# define POSH_CPU_STRING "PowerPC"