summaryrefslogtreecommitdiff
path: root/extra/Configs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-18 11:52:09 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-18 11:52:09 +0000
commit336eda9bf6156b628307c1d03278d4341fd3d095 (patch)
tree10addf3763f61769c8c589a384433015f4acf7f0 /extra/Configs
parentff23ecf6698ed48d18a612aadf1fbae64a47b207 (diff)
Add a new RUNTIME_PREFIX
Diffstat (limited to 'extra/Configs')
-rw-r--r--extra/Configs/Config.in15
1 files changed, 14 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 2f2276fd8..a275e3594 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -863,6 +863,19 @@ config SYSTEM_LDSO
sitting in the directory this points to, your binaries will not
run.
+config RUNTIME_PREFIX
+ string "uClibc runtime library directory"
+ default "/usr/$(TARGET_ARCH)-linux-uclibc"
+ help
+ RUNTIME_PREFIX is the directory into which the uClibc runtime
+ libraries will be installed. The result will look something
+ like the following:
+ $(RUNTIME_PREFIX)/
+ lib/ <contains all runtime libraries>
+ This value is used by the 'make install' Makefile target. Since this
+ directory is compiled into the uclibc cross compiler wrapper, you
+ have to recompile uClibc if you change this value...
+
config DEVEL_PREFIX
string "uClibc development environment directory"
default "/usr/$(TARGET_ARCH)-linux-uclibc"
@@ -871,7 +884,7 @@ config DEVEL_PREFIX
environment will be installed. The result will look something
like the following:
$(DEVEL_PREFIX)/
- lib/ <contains all runtime and static libs>
+ lib/ <contains static libs>
include/ <Where all the header files go>
This value is used by the 'make install' Makefile target. Since this
directory is compiled into the uclibc cross compiler wrapper, you