diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-06-30 00:26:20 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-06-30 00:26:20 +0000 |
commit | d1002763cf3287249517c98b571f0f48a94a5d2d (patch) | |
tree | f6b56854da8b6fc2fe89f2984abf5c169e57d6b1 | |
parent | 8cec884c8c43d0ad2b5817247f61c0187bc34afd (diff) | |
download | buildroot-novena-d1002763cf3287249517c98b571f0f48a94a5d2d.tar.gz buildroot-novena-d1002763cf3287249517c98b571f0f48a94a5d2d.zip |
Update default config a little.
-rw-r--r-- | toolchain/uClibc/uClibc.config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/toolchain/uClibc/uClibc.config b/toolchain/uClibc/uClibc.config index 2b310fa1b..aca90e020 100644 --- a/toolchain/uClibc/uClibc.config +++ b/toolchain/uClibc/uClibc.config @@ -17,8 +17,10 @@ # TARGET_nios2 is not set # TARGET_powerpc is not set # TARGET_sh is not set +# TARGET_sh64 is not set # TARGET_sparc is not set # TARGET_v850 is not set +# TARGET_x86_64 is not set # # Target Architecture Features and Options @@ -47,8 +49,8 @@ LDSO_LDD_SUPPORT=y LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set LDSO_BASE_FILENAME="ld.so" +# DL_FINI_CRT_COMPAT is not set UCLIBC_CTOR_DTOR=y -# UCLIBC_PROPOLICE is not set # HAS_NO_THREADS is not set UCLIBC_HAS_THREADS=y PTHREADS_DEBUG_SUPPORT=y @@ -137,8 +139,10 @@ DEVEL_PREFIX="/usr/" # # uClibc development/debugging options # +CROSS_COMPILER_PREFIX="" # DODEBUG is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set +WARNINGS="-Wall" # UCLIBC_MJN3_ONLY is not set |