Fix architecture flag for PPC64

Fixes #1092
This commit is contained in:
wolfbeast 2019-05-25 00:31:24 +02:00 committed by Roy Tam
commit 8ca43343c9

View file

@ -147,7 +147,7 @@
# define JS_64BIT
# endif
#elif defined(__GNUC__)
# if defined(__x86_64__) || defined(__64BIT__)
# if defined(__x86_64__) || defined(__LP64__)
# define JS_64BIT
# endif
#elif defined(__xlc__) || defined(__xlC__) /* IBM XL C/C++ */