svn commit: branches/uClibc-nptl: docs/uclibc.org extra/Configs

sjhill at uclibc.org sjhill at uclibc.org
Mon Aug 21 04:09:30 UTC 2006


Author: sjhill
Date: 2006-08-20 21:09:30 -0700 (Sun, 20 Aug 2006)
New Revision: 15865

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/docs/uclibc.org/about.html
   branches/uClibc-nptl/extra/Configs/Config.cris


Changeset:
Modified: branches/uClibc-nptl/docs/uclibc.org/about.html
===================================================================
--- branches/uClibc-nptl/docs/uclibc.org/about.html	2006-08-21 04:06:47 UTC (rev 15864)
+++ branches/uClibc-nptl/docs/uclibc.org/about.html	2006-08-21 04:09:30 UTC (rev 15865)
@@ -30,7 +30,7 @@
 uClibc is maintained by <a href=
 "http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>
 and is licensed under the 
-<a href="http://www.gnu.org/copyleft/lgpl.html">GNU LIBRARY GENERAL PUBLIC LICENSE</a>
+<a href="http://www.gnu.org/copyleft/lesser.html">GNU LESSER GENERAL PUBLIC LICENSE</a>
 .  This license allows you to make closed source commercial applications using 
 uClibc. (Please consider sharing some of the money you make ;-).  You do not need 
 to give away all your source code just because you use uClibc and/or run on Linux.

Modified: branches/uClibc-nptl/extra/Configs/Config.cris
===================================================================
--- branches/uClibc-nptl/extra/Configs/Config.cris	2006-08-21 04:06:47 UTC (rev 15864)
+++ branches/uClibc-nptl/extra/Configs/Config.cris	2006-08-21 04:09:30 UTC (rev 15865)
@@ -3,23 +3,20 @@
 # see extra/config/Kconfig-language.txt
 #
 
-config HAVE_ELF
+config TARGET_ARCH
+	default "cris"
+
+config FORCE_OPTIONS_FOR_ARCH
 	bool
 	default y
+	select ARCH_LITTLE_ENDIAN
 
-config TARGET_ARCH
-	default "cris"
-
 config ARCH_CFLAGS
 	string
 
 config LIBGCC_CFLAGS
 	string
 
-config ARCH_SUPPORTS_LITTLE_ENDIAN
-	bool
-	default y
-
 choice
 	prompt "Target Architecture Type"
 	default CONFIG_CRIS
@@ -29,9 +26,14 @@
 
 		These are the possible settings:
 		- CRIS  Generic support for Axis' CRIS architecture.
+		- CRISv32  Support for Axis' CRISv32 architecture.
 
 config CONFIG_CRIS
 	select ARCH_HAS_MMU
 	bool "CRIS"
 
+config CONFIG_CRISV32
+	select ARCH_HAS_MMU
+	bool "CRISv32"
+
 endchoice




More information about the uClibc-cvs mailing list