Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3da4f327 authored by Serban Constantinescu's avatar Serban Constantinescu
Browse files

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: default avatarSerban Constantinescu <serban.constantinescu@arm.com>
parent 88392fae
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)
+0 −1
Original line number Diff line number Diff line
@@ -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 += \