OSDN Git Service

Change default config files for MIPS platforms. Nothing major.
author"Steven J. Hill" <sjhill@realitydiluted.com>
Wed, 3 Jul 2002 17:18:19 +0000 (17:18 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Wed, 3 Jul 2002 17:18:19 +0000 (17:18 -0000)
extra/Configs/Config.mips
extra/Configs/Config.mipsel

index 8b3b1b2..54163c6 100644 (file)
@@ -168,7 +168,7 @@ BUILD_UCLIBC_LDSO = true
 # BIG FAT WARNING:  
 # If you do not have a shared library loader with the correct name
 # sitting in the directory this points to, your binaries will not run.
-SHARED_LIB_LOADER_PATH = $(DEVEL_PREFIX)/lib
+SHARED_LIB_LOADER_PATH = /lib
 
 # DEVEL_PREFIX is the directory into which the uClibc development
 # environment will be installed.   The result will look something 
@@ -198,5 +198,4 @@ DEVEL_TOOL_PREFIX = $(DEVEL_PREFIX)/usr
 # If you want 'make install' to install everything under a temporary
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
-#PREFIX = $(TOPDIR)/_install
-
+PREFIX = $(TOPDIR)/_install
index 9c2c89d..4e52fa0 100644 (file)
@@ -54,7 +54,7 @@ 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 = /opt/brcm/settop
+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.
@@ -198,5 +198,4 @@ DEVEL_TOOL_PREFIX = $(DEVEL_PREFIX)/usr
 # If you want 'make install' to install everything under a temporary
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
-#PREFIX = $(TOPDIR)/_install
-
+PREFIX = $(TOPDIR)/_install