From 9b6de576dc015eb1d47558d32feed710f862787b Mon Sep 17 00:00:00 2001 From: Lingfeng Yang Date: Fri, 4 Dec 2020 10:22:42 -0800 Subject: [PATCH] emulator_arm64: Don't support AArch32 This is needed for the emulator to run on Apple Silicon. In addition, we're going to move to 64-bit only soon across the platform so it makes more sense to go with 64-bit-only going forward here. Change-Id: I0d9d189cd0b7a07d6c315e8c0f99c7b4766b4bde --- target/board/emulator_arm64/BoardConfig.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/target/board/emulator_arm64/BoardConfig.mk b/target/board/emulator_arm64/BoardConfig.mk index 95eff4bcbd..9293625bf6 100644 --- a/target/board/emulator_arm64/BoardConfig.mk +++ b/target/board/emulator_arm64/BoardConfig.mk @@ -19,10 +19,6 @@ TARGET_ARCH_VARIANT := armv8-a TARGET_CPU_VARIANT := generic TARGET_CPU_ABI := arm64-v8a -TARGET_2ND_ARCH := arm -TARGET_2ND_CPU_ABI := armeabi-v7a -TARGET_2ND_CPU_ABI2 := armeabi - ifneq ($(TARGET_BUILD_APPS)$(filter cts sdk,$(MAKECMDGOALS)),) # DO NOT USE # DO NOT USE