summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-13 17:06:57 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-13 17:06:57 +0000
commitf9e6466759ceb25dd19d8a58692da5d795687573 (patch)
tree9cd1b8b1c77edda1e843206e955b20c7a91a8cf9 /extra
parent55a7417b0e8ee7abda49f2b94c375930ad7ee582 (diff)
Default to something like a strongArm, (i.e. has an MMU)
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.arm5
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
index 85f3cab74..ca24ebff6 100644
--- a/extra/Configs/Config.arm
+++ b/extra/Configs/Config.arm
@@ -61,12 +61,12 @@ KERNEL_SOURCE=/usr/src/linux
# Set this to `false' if your CPU doesn't have a memory management unit (MMU).
# Set it to `true' otherwise.
-HAS_MMU = false
+HAS_MMU = true
# Set this to `false' if you don't have/need basic floating point support
# support in libc (strtod, printf, scanf). Set it to `true' otherwise.
# Note: If not true, Rules.mak disables libm as well.
-HAS_FLOATING_POINT = false
+HAS_FLOATING_POINT = true
# Set this to `false' if you don't have/need float functions in libm.
# Set it to `true' otherwise, and make sure HAS_FLOATING_POINT is true as well.
@@ -145,7 +145,6 @@ INCLUDE_RPC = false
# uClibc runtime environment. This path does not get compiled into anything,
# and is provided simply to make it easier to build standalone target systems.
# Note: This doesn't do anything if there are no shared libs.
-
DEVEL_PREFIX =
ROOT_DIR = /usr/$(TARGET_ARCH)-linux-uclibc
TARGET_PREFIX =