|
@@ -8,7 +8,7 @@ config BR2_TOOLCHAIN_EXTERNAL_ARM_ARM
|
|
depends on BR2_arm
|
|
depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV7A || BR2_ARM_CPU_ARMV8A
|
|
depends on BR2_ARM_CPU_ARMV7A || BR2_ARM_CPU_ARMV8A
|
|
depends on BR2_ARM_CPU_HAS_NEON
|
|
depends on BR2_ARM_CPU_HAS_NEON
|
|
- depends on BR2_HOSTARCH = "x86_64"
|
|
|
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "aarch64"
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|