From ef91508f142522306f52dc20108c0597c2857485 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 1 Feb 2002 11:48:10 +0000 Subject: Scrub up a few little things. --- extra/Configs/Config.mips | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'extra/Configs/Config.mips') 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 = - -- cgit v1.2.3