mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
if BR2_TOOLCHAIN_EXTERNAL_ARM_AARCH64_BE
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
default "aarch64_be-linux-gnu"
|
|
|
|
config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL
|
|
default "toolchain-external-arm-aarch64-be"
|
|
|
|
endif
|