summaryrefslogtreecommitdiffstats
path: root/core/combo/TARGET_linux-arm.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-11-06 16:41:52 -0800
committerElliott Hughes <enh@google.com>2012-11-06 16:41:52 -0800
commit07a6db8733da14ac6b0161468c697a1413a0ce8a (patch)
treeca806eb80a55a39de5ec6c5d1b1b075a8d7d77ed /core/combo/TARGET_linux-arm.mk
parenta281e6a9c3e9ee2b38e38014324bf58ae1dff9a2 (diff)
downloadbuild-07a6db8733da14ac6b0161468c697a1413a0ce8a.zip
build-07a6db8733da14ac6b0161468c697a1413a0ce8a.tar.gz
build-07a6db8733da14ac6b0161468c697a1413a0ce8a.tar.bz2
Remove manual WITH_JIT setting from build/.
This is now done automatically by dalvik/, since patch 272a54f8553e13b87bf819542ddc6701fc1232cc. Change-Id: I57709538f20188417c014630442e897401d7ace0
Diffstat (limited to 'core/combo/TARGET_linux-arm.mk')
-rw-r--r--core/combo/TARGET_linux-arm.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/combo/TARGET_linux-arm.mk b/core/combo/TARGET_linux-arm.mk
index 17359e9..949dcaa 100644
--- a/core/combo/TARGET_linux-arm.mk
+++ b/core/combo/TARGET_linux-arm.mk
@@ -241,11 +241,6 @@ TARGET_DEFAULT_SYSTEM_SHARED_LIBRARIES := libc libstdc++ libm
TARGET_CUSTOM_LD_COMMAND := true
-# Enable the Dalvik JIT compiler if not already specified.
-ifeq ($(strip $(WITH_JIT)),)
- WITH_JIT := true
-endif
-
define transform-o-to-shared-lib-inner
$(hide) $(PRIVATE_CXX) \
-nostdlib -Wl,-soname,$(notdir $@) \