Revision: 21312
Author:   [email protected]
Date:     Wed May 14 14:11:54 2014 UTC
Log:      ARM64: Enable PIE on Android.

BUG=373219
LOG=N
[email protected]

Review URL: https://codereview.chromium.org/287893002
http://code.google.com/p/v8/source/detail?r=21312

Modified:
 /branches/bleeding_edge/build/android.gypi

=======================================
--- /branches/bleeding_edge/build/android.gypi  Thu Apr 10 21:28:40 2014 UTC
+++ /branches/bleeding_edge/build/android.gypi  Wed May 14 14:11:54 2014 UTC
@@ -215,6 +215,15 @@
               '-fno-stack-protector',
             ],
           }],
+          ['target_arch=="arm64" or target_arch=="x64"', {
+ # TODO(ulan): Enable PIE for other architectures (crbug.com/373219).
+            'cflags': [
+              '-fPIE',
+            ],
+            'ldflags': [
+              '-pie',
+            ],
+          }],
         ],
         'target_conditions': [
           ['_type=="executable"', {

--
--
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.

Reply via email to