From f9e6466759ceb25dd19d8a58692da5d795687573 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 13 Jun 2001 17:06:57 +0000 Subject: Default to something like a strongArm, (i.e. has an MMU) --- extra/Configs/Config.arm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'extra') 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 = -- cgit v1.2.3