Index: webkit/tools/test_shell/test_shell.gyp |
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp |
index 44a6ecb8efe01144b643a65986f3c87c09e7ceba..0066c585a2bb95cde93e1ef54266603153a873ef 100644 |
--- a/webkit/tools/test_shell/test_shell.gyp |
+++ b/webkit/tools/test_shell/test_shell.gyp |
@@ -535,7 +535,7 @@ |
], |
}, |
}], |
- ['OS=="linux" and target_arch=="x64"', { |
+ ['OS=="linux" and (target_arch=="x64" or target_arch=="arm")', { |
# Shared libraries need -fPIC on x86-64 |
'cflags': ['-fPIC'] |
}], |