summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Frederico Temple Pedrosa <gustavo.pedrosa@eldorado.org.br>2014-12-16 19:10:32 +0000
committerStanislav Malyshev <stas@php.net>2015-01-04 19:24:41 -0800
commitf5e22d06c3680d1e2c906a556b4c93c8ed5b5917 (patch)
tree8571b51ab4e523e9e8e293958279b6802a8ceded
parent1ec26346bbe901875d610c10c7fdf8458d4b7b67 (diff)
downloadphp-git-f5e22d06c3680d1e2c906a556b4c93c8ed5b5917.tar.gz
Specifying MACRO for ppc64
Add PowerPC64 too, which is capable to access unaligned words.
-rw-r--r--ext/mbstring/oniguruma/regint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mbstring/oniguruma/regint.h b/ext/mbstring/oniguruma/regint.h
index a0ce4912d8..fa16a44790 100644
--- a/ext/mbstring/oniguruma/regint.h
+++ b/ext/mbstring/oniguruma/regint.h
@@ -50,6 +50,7 @@
#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
(defined(__ppc__) && defined(__APPLE__)) || \
defined(__x86_64) || defined(__x86_64__) || \
+ defined(__powerpc64__) || \
defined(__mc68020__)
#define PLATFORM_UNALIGNED_WORD_ACCESS
#endif