Reviewers: ulan, Jakob,

Description:
Android IA32: enable PIE

BUG=

Please review this at https://codereview.chromium.org/1145513006/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M build/android.gypi


Index: build/android.gypi
diff --git a/build/android.gypi b/build/android.gypi
index 7bbf12eed6d99b35f59d828a8ad5daa474d5b5ad..3468c2b461264993b93531950415274435b03964 100644
--- a/build/android.gypi
+++ b/build/android.gypi
@@ -202,7 +202,7 @@
               '-L<(android_stlport_libs)/mips',
             ],
           }],
- ['(target_arch=="arm" or target_arch=="arm64" or target_arch=="x64") and component!="shared_library"', { + ['(target_arch=="arm" or target_arch=="arm64" or target_arch=="x64" or target_arch=="ia32") and component!="shared_library"', {
             'cflags': [
               '-fPIE',
             ],


--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to