Loading core/combo/TARGET_linux-arm.mk +0 −5 Original line number Diff line number Diff line Loading @@ -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 $@) \ Loading core/combo/TARGET_linux-mips.mk +0 −5 Original line number Diff line number Diff line Loading @@ -215,11 +215,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 $@) \ Loading Loading
core/combo/TARGET_linux-arm.mk +0 −5 Original line number Diff line number Diff line Loading @@ -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 $@) \ Loading
core/combo/TARGET_linux-mips.mk +0 −5 Original line number Diff line number Diff line Loading @@ -215,11 +215,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 $@) \ Loading