[uClibc-cvs] uClibc/extra/Configs Config.in,1.33,1.34

Erik Andersen andersen at uclibc.org
Sat Oct 18 11:52:12 UTC 2003


Update of /var/cvs/uClibc/extra/Configs
In directory winder:/tmp/cvs-serv9062/extra/Configs

Modified Files:
	Config.in 
Log Message:
Add a new RUNTIME_PREFIX


Index: Config.in
===================================================================
RCS file: /var/cvs/uClibc/extra/Configs/Config.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Config.in	16 Oct 2003 04:08:02 -0000	1.33
+++ Config.in	18 Oct 2003 11:52:09 -0000	1.34
@@ -863,6 +863,19 @@
 	  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 @@
 	  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




More information about the uClibc-cvs mailing list