summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-30 07:53:14 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-30 07:53:15 -0700
commita1900418af6ce235e1c0ab49055f8ccf07e4ae14 (patch)
treeca2512143cf3db1afead58555de6cbe140657ad5
parent2461b847d44e0dfa125b5d7c566a52d3da2eb1df (diff)
parent5516927b9231f622e1db0606ea876df4cefb9ce6 (diff)
downloadandroid_external_v8-a1900418af6ce235e1c0ab49055f8ccf07e4ae14.tar.gz
android_external_v8-a1900418af6ce235e1c0ab49055f8ccf07e4ae14.tar.bz2
android_external_v8-a1900418af6ce235e1c0ab49055f8ccf07e4ae14.zip
Merge "V8: enable no-pic compiling option"
-rw-r--r--Android.libv8.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.libv8.mk b/Android.libv8.mk
index cd32be65..35e5e5f1 100644
--- a/Android.libv8.mk
+++ b/Android.libv8.mk
@@ -104,7 +104,7 @@ ifeq ($(TARGET_ARCH),mips)
endif
ifeq ($(TARGET_ARCH),x86)
- LOCAL_CFLAGS += -DV8_TARGET_ARCH_IA32
+ LOCAL_CFLAGS += -DV8_TARGET_ARCH_IA32 -fno-pic
endif
ifeq ($(DEBUG_V8),true)