OSDN Git Service

x86: enable the Dalvik JIT compiler
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 11 Jul 2012 13:56:51 +0000 (21:56 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 11 Jul 2012 13:57:43 +0000 (21:57 +0800)
core/combo/TARGET_linux-x86.mk

index 37f2112..2fdbad4 100644 (file)
@@ -129,6 +129,12 @@ TARGET_STRIP_MODULE:=true
 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) \
        $(PRIVATE_TARGET_GLOBAL_LDFLAGS) \