toolchain-external: musl toolchain on ARM is for MMU-systems only
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 28 Jul 2016 13:39:14 +0000 (15:39 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 28 Jul 2016 20:15:03 +0000 (22:15 +0200)
commite9f6ef8204831e67f695500b5d494286a5987b5c
tree4688b43b3249433009d9aec1c69b578dca9c786c
parent0dc11272f59a0ea2ce660658bedd04bfc6e56fbb
toolchain-external: musl toolchain on ARM is for MMU-systems only

Now that we have introduced the support for ARM no-MMU in Buildroot,
we need to update the dependencies of the musl external toolchain. It
supports only MMU-capable ARM cores, so it must depend on BR2_USE_MMU,
at least for the ARM platforms.

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