[uClibc-cvs] CVS uClibc/extra/Configs

CVS User andersen andersen at codepoet.org
Sat Dec 11 12:23:28 UTC 2004


Update of /var/cvs/uClibc/extra/Configs
In directory nail:/tmp/cvs-serv2771/extra/Configs

Modified Files:
	Config.frv.default 
Log Message:
Partial commit of a patch from Alexandre Oliva:

Here's an updated version of the patch I posted about a month ago.  It
leaves -nostdinc alone, and uses -print-file-name=include instead of
-print-search-dirs to figure out where GCC's internal headers are.

Please let me know whether there are any portions of this patch you'd
like me to break into smaller pieces, to rework, or to give up trying
to get into uClibc :-)  Thanks,



--- /var/cvs/uClibc/extra/Configs/Config.frv.default	2004/08/26 23:37:48	1.4
+++ /var/cvs/uClibc/extra/Configs/Config.frv.default	2004/12/11 12:23:27	1.5
@@ -50,6 +50,9 @@
 FORCE_SHAREABLE_TEXT_SEGMENTS=y
 UCLIBC_PIE_SUPPORT=y
 LDSO_LDD_SUPPORT=y
+LDSO_CACHE_SUPPORT=y
+LDSO_PRELOAD_FILE_SUPPORT=y
+LDSO_BASE_FILENAME="ld.so.1"
 UCLIBC_CTOR_DTOR=y
 # UCLIBC_PROPOLICE is not set
 # HAS_NO_THREADS is not set
@@ -80,6 +83,8 @@
 #
 # String and Stdio Support
 #
+UCLIBC_HAS_STRING_GENERIC_OPT=y
+UCLIBC_HAS_STRING_ARCH_OPT=y
 UCLIBC_HAS_CTYPE_TABLES=y
 UCLIBC_HAS_CTYPE_SIGNED=y
 # UCLIBC_HAS_CTYPE_UNSAFE is not set



More information about the uClibc-cvs mailing list