toolchain-external: use BR2_GCC_TARGET_ARCH for toolchain conditionals
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 8 Jun 2013 09:14:19 +0000 (11:14 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 10 Jun 2013 22:04:37 +0000 (00:04 +0200)
commitc5f87f72f5c300423469ad2dfad284b1481a70f8
tree8bb89ba1017777c711201fd68ec9153f24d52853
parent2592f256a13865a5c3c3e9f2cfcec240840bd97c
toolchain-external: use BR2_GCC_TARGET_ARCH for toolchain conditionals

Instead of a long list of the ARMv7-A Cortex-A, use a conditional
based on BR2_GCC_TARGET_ARCH to hide/show toolchains that are only
usable on ARMv7-A.

However, in the comment related to Linaro toolchains, we keep
mentioning Cortex-A{5,8,9,15} because that's what users see when they
select their architecture variant.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/toolchain-external/Config.in