toolchain-external: fix visibility and length of Linaro toolchain comment
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Oct 2013 20:54:01 +0000 (21:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Oct 2013 18:10:23 +0000 (19:10 +0100)
commit1e0b97d166ad7414081231148e82c53cd2950cc5
tree4cfcea7cc8bb98c28ba511fd78d6a7a610615396
parentb3e3d5fc28b26291d48adad96e92e27c86183673
toolchain-external: fix visibility and length of Linaro toolchain comment

Maxime Ripard reported that the Linaro toolchains were not visible
when selecting a Cortex-A, but forgetting to set the EABI to
EABIhf. While this is expected, Buildroot should normally should a
comment in this case. However, the comment is only visible when the
selected ARM architecture is not ARMv7 *and* the EABI is not
EABIhf. Instead, make the comment visible when either the selected
architecture is not ARMv7 *or* when the selected EABI is not EABIhf.

While we're at it, reword the comment text so that it actually fits
within the limits of the menuconfig screen.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reported-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
toolchain/toolchain-external/Config.in