diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-07-03 17:18:19 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-07-03 17:18:19 +0000 |
commit | ab579e469c6787df9bd2252b3de8b1700d5097d8 (patch) | |
tree | 6804c460a0bded23f57376811d4dc95b1ce506b2 /extra/Configs/Config.mips | |
parent | 4157875d2d5a38e2fb84f793881f489396672486 (diff) |
Change default config files for MIPS platforms. Nothing major.
Diffstat (limited to 'extra/Configs/Config.mips')
-rw-r--r-- | extra/Configs/Config.mips | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 8b3b1b247..54163c6f6 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -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 |