diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-11 21:26:17 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-11 21:26:17 +0000 |
commit | 3b738ef6dd924022e857991ee2480750efa68a84 (patch) | |
tree | 6247396436390a53c63f6167e413c4e6e141cd9b | |
parent | 6e05374b6d4fbfa30f73b67cb9740d4742f25068 (diff) | |
download | buildroot-novena-3b738ef6dd924022e857991ee2480750efa68a84.tar.gz buildroot-novena-3b738ef6dd924022e857991ee2480750efa68a84.zip |
Make sure we prompt for MMU setting if unknown.
-rw-r--r-- | sources/uClibc.config | 1 | ||||
-rw-r--r-- | sources/uClibc.config-locale | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config index 604d0d6e0..a478d4b0b 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 a02ad3a67..db19e6de0 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 |