From a56073a28beba540347846a193d25fd61584c2af Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 11 Dec 2004 12:23:37 +0000 Subject: 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, --- extra/Configs/Config.frv.default | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'extra') diff --git a/extra/Configs/Config.frv.default b/extra/Configs/Config.frv.default index 4e2e1747e..af6f1daed 100644 --- a/extra/Configs/Config.frv.default +++ b/extra/Configs/Config.frv.default @@ -50,6 +50,9 @@ BUILD_UCLIBC_LDSO=y 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 @@ UCLIBC_HAS_FULL_RPC=y # # 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 -- cgit v1.2.3