toolchain-external: update ARMeb musl dependency
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 28 Jul 2016 13:39:13 +0000 (15:39 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 28 Jul 2016 20:14:59 +0000 (22:14 +0200)
commit0dc11272f59a0ea2ce660658bedd04bfc6e56fbb
tree0a36fb1a26757fb3fe2d7b96157f1163e75f2ad5
parent1e39f0873393189278d92ac3589a329f42c8311c
toolchain-external: update ARMeb musl dependency

ARM big-endian is different from ARMv4/5/6 and ARMv7. Big-endian on
ARMv4/5/6 is BE-32 while big-endian on ARMv7 is BE-8, which are not
compatible.

Therefore, the musl big endian toolchain that is built for ARMv4
cannot work for ARMv7, it can only work for ARMv4/5/6.

This commit updates the musl toolchain dependency accordingly.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
toolchain/toolchain-external/Config.in