commit | a1900418af6ce235e1c0ab49055f8ccf07e4ae14 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Thu Aug 30 07:53:14 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Thu Aug 30 07:53:15 2012 -0700 |
tree | ca2512143cf3db1afead58555de6cbe140657ad5 | |
parent | 2461b847d44e0dfa125b5d7c566a52d3da2eb1df [diff] | |
parent | 5516927b9231f622e1db0606ea876df4cefb9ce6 [diff] |
Merge "V8: enable no-pic compiling option"
diff --git a/Android.libv8.mk b/Android.libv8.mk index cd32be6..35e5e5f 100644 --- a/Android.libv8.mk +++ b/Android.libv8.mk
@@ -104,7 +104,7 @@ endif ifeq ($(TARGET_ARCH),x86) - LOCAL_CFLAGS += -DV8_TARGET_ARCH_IA32 + LOCAL_CFLAGS += -DV8_TARGET_ARCH_IA32 -fno-pic endif ifeq ($(DEBUG_V8),true)