summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2002-05-21 19:42:03 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2002-05-21 19:42:03 +0000
commit988174e1c1222f2d4ee76a8d09988540513e726d (patch)
tree7981d50dff8710739c9c1c3b7f9160272b41baae /extra
parentd00911f4c7cd93388d8d23e4966d5aa6da949596 (diff)
Changed path where cross development tools are installed.
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.mips2
-rw-r--r--extra/Configs/Config.mipsel6
2 files changed, 4 insertions, 4 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index ef2f623db..c55d78779 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -187,7 +187,7 @@ DEVEL_PREFIX = /usr/$(TARGET_ARCH)-linux-uclibc
# the 'make install' target, and is not compiled into anything. This
# defaults to $DEVEL_PREFIX/usr, but makers of .rpms and .debs will
# want to set this to "/usr" instead.
-SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)
+SYSTEM_DEVEL_PREFIX = /usr
# If you want 'make install' to install everything under a temporary
# directory, then define PREFIX during the install step,
diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel
index dd929f128..3c8ba4fd7 100644
--- a/extra/Configs/Config.mipsel
+++ b/extra/Configs/Config.mipsel
@@ -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 = /usr/src/linux
+KERNEL_SOURCE = /opt/brcm/settop
# Set this to `false' if your CPU doesn't have a memory management unit (MMU).
# Set it to `true' otherwise.
@@ -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
@@ -187,7 +187,7 @@ DEVEL_PREFIX = /usr/$(TARGET_ARCH)-linux-uclibc
# the 'make install' target, and is not compiled into anything. This
# defaults to $DEVEL_PREFIX/usr, but makers of .rpms and .debs will
# want to set this to "/usr" instead.
-SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)
+SYSTEM_DEVEL_PREFIX = /usr
# If you want 'make install' to install everything under a temporary
# directory, then define PREFIX during the install step,