Remove TARGET_CPU_SMP.
There are no more users of TARGET_CPU_SMP in the current codebase. Expert users should set "-smp" in DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES for targets that run on a single-core CPU. Change-Id: Ib94865f05a92c9a4622540cebc18ded4bdfa6363 Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
This commit is contained in:
parent
88392fae52
commit
3da4f32794
|
@ -535,8 +535,6 @@ ifeq ($(TARGET_DEFAULT_JAVA_LIBRARIES),)
|
|||
TARGET_DEFAULT_JAVA_LIBRARIES := core-libart core-junit ext framework
|
||||
endif
|
||||
|
||||
TARGET_CPU_SMP ?= true
|
||||
|
||||
# Flags for DEX2OAT
|
||||
DEX2OAT_TARGET_ARCH := $(TARGET_ARCH)
|
||||
DEX2OAT_TARGET_CPU_VARIANT := $(TARGET_CPU_VARIANT)
|
||||
|
|
|
@ -242,7 +242,6 @@ _product_stash_var_list := $(_product_var_list) \
|
|||
TARGET_PROVIDES_INIT_RC \
|
||||
TARGET_CPU_ABI \
|
||||
TARGET_CPU_ABI2 \
|
||||
TARGET_CPU_SMP \
|
||||
|
||||
|
||||
_product_stash_var_list += \
|
||||
|
|
Loading…
Reference in New Issue