diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-01-14 10:03:44 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-01-14 10:03:44 +0000 |
commit | 9168e8380931531eb69f62a543b9f7413115eaaf (patch) | |
tree | c0a96dd6b369a6061a6cdfd94ff9bbcebf90d173 /sources/uClibc.config | |
parent | 073534b925bd17ae9f87b889a676e2bcea246b5d (diff) |
Enable building <arch>-linux-uclibc toolchains. Note that, due to config
issues for applications, we also create staging_dir/bin/<arch>-linux-*
symlinks which allows us to configure most apps with target=<arch>-linux.
gcc 3.3.2 libstdc++ now correctly identifies uclibc locale support.
There are still some issues (mainly related to wide char time strings
and wcsftime) to be addressed, but those are on hold until the uClibc
locale internals are reworked once again.
With the new stuff, we can also build gcc 2.95 and STLport again, although
the native gcc build for the target is failing.
Archs supported (some archs not yet tested):
2.95 - i386, arm, mips*, powerpc.
3.3.2 - Hopefull all for which uClibc has shared lib support.
Diffstat (limited to 'sources/uClibc.config')
-rw-r--r-- | sources/uClibc.config | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config index ac47a7381..73a3b53f2 100644 --- a/sources/uClibc.config +++ b/sources/uClibc.config @@ -38,8 +38,10 @@ HAVE_DOT_CONFIG=y DOPIC=y HAVE_SHARED=y BUILD_UCLIBC_LDSO=y +# UCLIBC_PIE_SUPPORT is not set LDSO_LDD_SUPPORT=y UCLIBC_CTOR_DTOR=y +# UCLIBC_PROPOLICE is not set # UCLIBC_PROFILING is not set UCLIBC_HAS_THREADS=y PTHREADS_DEBUG_SUPPORT=y @@ -61,9 +63,9 @@ UCLIBC_TZ_FILE_PATH="/etc/TZ" # # Networking Support # -# UCLIBC_HAS_IPV6 is not set +UCLIBC_HAS_IPV6=y UCLIBC_HAS_RPC=y -# UCLIBC_HAS_FULL_RPC is not set +UCLIBC_HAS_FULL_RPC=y # # String and Stdio Support @@ -120,8 +122,9 @@ DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc" # # uClibc development/debugging options # -# DODEBUG is not set -# DOASSERTS is not set +DODEBUG=y +DOASSERTS=y # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set -# UCLIBC_MJN3_ONLY is not set +UCLIBC_MJN3_ONLY=y +UCLIBC_MJN3_DEVEL=y |