f1f2ae5f26
This commit adds a new package for the Linaro external toolchain for the AArch64 architecture. The legacy implementation is removed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
default "aarch64-linux-gnu"
|
|
|
|
config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL
|
|
default "toolchain-external-linaro-aarch64"
|
|
|
|
endif
|