summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.mips
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-01 11:48:10 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-01 11:48:10 +0000
commitef91508f142522306f52dc20108c0597c2857485 (patch)
treeae15e56782ddbf6ef083ad0c10fddb9ca5a8a146 /extra/Configs/Config.mips
parentc5ffc06cace91cf3aa4a6c0c14ca19411f546cb1 (diff)
Scrub up a few little things.
Diffstat (limited to 'extra/Configs/Config.mips')
-rw-r--r--extra/Configs/Config.mips6
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index 1416a3ed1..0e85cfe80 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -51,11 +51,11 @@ WARNINGS=-Wall
# can't do that. Similarly, if you compile uClibc vs Linux 2.4.x kernel headers,
# but then run on Linux 2.0.x, lchown will be compiled into uClibc, but won't
# work at all. You have been warned.
-KERNEL_SOURCE=/home/ds/mips/linux-2.4.3-pre3-idt-rthal
+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.
@@ -187,5 +187,3 @@ SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)/usr
# directory, the define PREFIX during the install step,
# i.e., 'make PREFIX=/var/tmp/uClibc install'.
#PREFIX = $(TOPDIR)/_install
-PREFIX =
-