From f5e22d06c3680d1e2c906a556b4c93c8ed5b5917 Mon Sep 17 00:00:00 2001 From: Gustavo Frederico Temple Pedrosa Date: Tue, 16 Dec 2014 19:10:32 +0000 Subject: [PATCH] Specifying MACRO for ppc64 Add PowerPC64 too, which is capable to access unaligned words. --- ext/mbstring/oniguruma/regint.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0