summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-30 08:30:24 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-30 08:30:24 -0700
commit1271ef1d193abf567937ab57edf19913f5800166 (patch)
tree3234976a1020f88749d8f0343ea03c5f5eaec843
parent8003b9b6c8e9091fe74c1ce2193448f1cba6683d (diff)
parenta1900418af6ce235e1c0ab49055f8ccf07e4ae14 (diff)
downloadandroid_external_v8-1271ef1d193abf567937ab57edf19913f5800166.tar.gz
android_external_v8-1271ef1d193abf567937ab57edf19913f5800166.tar.bz2
android_external_v8-1271ef1d193abf567937ab57edf19913f5800166.zip
am a1900418: Merge "V8: enable no-pic compiling option"
* commit 'a1900418af6ce235e1c0ab49055f8ccf07e4ae14': 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)