From: Manuel Novoa III Date: Tue, 11 Nov 2003 21:26:17 +0000 (-0000) Subject: Make sure we prompt for MMU setting if unknown. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b738ef6dd924022e857991ee2480750efa68a84;p=buildroot.git Make sure we prompt for MMU setting if unknown. --- diff --git a/sources/uClibc.config b/sources/uClibc.config index 604d0d6e0f..a478d4b0b4 100644 --- a/sources/uClibc.config +++ b/sources/uClibc.config @@ -24,7 +24,6 @@ TARGET_ARCH="none" # ARCH_LITTLE_ENDIAN is not set # ARCH_BIG_ENDIAN is not set # ARCH_HAS_NO_MMU is not set -UCLIBC_HAS_MMU=y UCLIBC_HAS_FLOATS=y # ARCH_HAS_NO_FPU is not set # HAS_FPU is not set diff --git a/sources/uClibc.config-locale b/sources/uClibc.config-locale index a02ad3a67f..db19e6de08 100644 --- a/sources/uClibc.config-locale +++ b/sources/uClibc.config-locale @@ -24,7 +24,6 @@ TARGET_ARCH="none" # ARCH_LITTLE_ENDIAN is not set # ARCH_BIG_ENDIAN is not set # ARCH_HAS_NO_MMU is not set -# UCLIBC_HAS_MMU is not set UCLIBC_HAS_FLOATS=y # ARCH_HAS_NO_FPU is not set # HAS_FPU is not set