cmake: pick up some crumbs after the arm/arm64 split

Pick up some crumbs after the arm/arm64 split.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
This commit is contained in:
Nicolas Pitre 2021-03-31 13:41:39 -04:00 committed by Kumar Gala
parent ebcc316e1c
commit 5a1d069ae7
2 changed files with 3 additions and 3 deletions

View file

@ -5,4 +5,4 @@
config TOOLCHAIN_ZEPHYR_0_11
def_bool y
select HAS_NEWLIB_LIBC_NANO if (ARC || (ARM && !ARM64) || RISCV)
select HAS_NEWLIB_LIBC_NANO if (ARC || ARM || RISCV)

View file

@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
set(CROSS_COMPILE_TARGET_arm64 arm-zephyr-eabi)
set(CROSS_COMPILE_TARGET_arm aarch64-zephyr-elf)
set(CROSS_COMPILE_TARGET_arm arm-zephyr-eabi)
set(CROSS_COMPILE_TARGET_arm64 aarch64-zephyr-elf)
set(CROSS_COMPILE_TARGET_nios2 nios2-zephyr-elf)
set(CROSS_COMPILE_TARGET_riscv riscv64-zephyr-elf)
set(CROSS_COMPILE_TARGET_mips mipsel-zephyr-elf)