Reviewers: Sven Panne, rmcilroy,
Message:
PTAL
Description:
Android ARM: enable PIE.
BUG=
Please review this at https://codereview.chromium.org/757103003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -2 lines):
M build/android.gypi
Index: build/android.gypi
diff --git a/build/android.gypi b/build/android.gypi
index
627dcc2678246e0af2851239635a747aae0654c4..b7fc7147e8d9a992310bdbe02994643c02db5d45
100644
--- a/build/android.gypi
+++ b/build/android.gypi
@@ -215,8 +215,7 @@
'-fno-stack-protector',
],
}],
- ['target_arch=="arm64" or target_arch=="x64"', {
- # TODO(ulan): Enable PIE for other architectures
(crbug.com/373219).
+ ['target_arch=="arm" or target_arch=="arm64" or
target_arch=="x64"', {
'cflags': [
'-fPIE',
],
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.