diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-12-11 12:23:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-12-11 12:23:37 +0000 |
commit | a56073a28beba540347846a193d25fd61584c2af (patch) | |
tree | 5c22cb4bc0d147e50df51730aa27adf172c15ae7 /extra/Configs/Config.frv.default | |
parent | fb6f30cabdaa0ed74d0f7ec9d1feb137260e37aa (diff) |
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,
Diffstat (limited to 'extra/Configs/Config.frv.default')
-rw-r--r-- | extra/Configs/Config.frv.default | 5 |
1 files changed, 5 insertions, 0 deletions
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 |