uclibc: properly set UCLIBC_HAS_MMU option
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 9 Jun 2017 08:05:04 +0000 (10:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 11 Jun 2017 16:00:48 +0000 (18:00 +0200)
commitffd28041da86d721a4eca7ced1a48324cb8235e6
tree4b3e67c69d85c32c57f8eff614ec8a82adb85a5f
parent152661cde03311b2775db80b5a878c80a2006b6b
uclibc: properly set UCLIBC_HAS_MMU option

gdbserver's code looks at both UCLIBC_USE_MMU *and* UCLIBC_HAS_MMU to
decide whether to enable the no-MMU code. So far, on noMMU platforms,
UCLIBC_HAS_MMU was still set to 'y'. This commit adjusts this, which is
a step forward in getting gdbserver to build on m68k/coldfire.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
Changes since v2:
 - None
Changes since v1:
 - New patch in the series
package/uclibc/uclibc.mk