# HG changeset patch # User "Yann E. MORIN" # Date 1178574520 0 # Node ID 3e67311ea4292874e7177ab45842c02b688469df # Parent f502c78444af0d35e9f27219c1b8baf1cbbbec5c Update the mips-unknown-linux-uclibc sample: - LFS is needed to properly compile libstdc++ (pity), - globally update to the latest set of options. diff -r f502c78444af -r 3e67311ea429 samples/mips-unknown-linux-uclibc/crosstool.config --- a/samples/mips-unknown-linux-uclibc/crosstool.config Mon May 07 21:47:38 2007 +0000 +++ b/samples/mips-unknown-linux-uclibc/crosstool.config Mon May 07 21:48:40 2007 +0000 @@ -1,13 +1,14 @@ # # Automatically generated make config: don't edit # crosstool-NG version: 0.0.2-svn -# Thu May 3 19:49:44 2007 +# Mon May 7 23:45:56 2007 # # # Paths and misc options # # CT_EXPERIMENTAL is not set +# CT_OBSOLETE is not set CT_PARALLEL_JOBS=1 CT_LOAD=0 CT_NICE=0 @@ -22,15 +23,19 @@ CT_PREFIX_DIR="/opt/x-tools/${CT_TARGET}" CT_INSTALL_DIR="${CT_PREFIX_DIR}" # CT_CUSTOM_PATCH is not set -# CT_REMOVE_DOCS is not set +CT_REMOVE_DOCS=y # -# Downloading and extracting +# Downloading # -# CT_NO_DOWNLOAD is not set +# CT_FORCE_DOWNLOAD is not set # CT_ONLY_DOWNLOAD is not set -# CT_FORCE_DOWNLOAD is not set + +# +# Extracting +# # CT_FORCE_EXTRACT is not set +# CT_ONLY_EXTRACT is not set # # Logging @@ -105,7 +110,7 @@ # CT_KERNEL_LINUX=y # CT_KERNEL_CYGWIN is not set -CT_KERNEL_VERSION="2.6.20.7" +CT_KERNEL_VERSION="2.6.21.1" CT_KERNEL_LINUX_HEADERS_INSTALL=y # CT_KERNEL_LINUX_HEADERS_SANITISED is not set # CT_KERNEL_LINUX_HEADERS_COPY is not set @@ -129,14 +134,14 @@ # CT_KERNEL_INSTALL_V_2_6_20_4 is not set # CT_KERNEL_INSTALL_V_2_6_20_5 is not set # CT_KERNEL_INSTALL_V_2_6_20_6 is not set -CT_KERNEL_INSTALL_V_2_6_20_7=y +# CT_KERNEL_INSTALL_V_2_6_20_7 is not set # CT_KERNEL_INSTALL_V_2_6_21 is not set -# CT_KERNEL_INSTALL_V_2_6_21_1 is not set +CT_KERNEL_INSTALL_V_2_6_21_1=y CT_KERNEL_LINUX_VERBOSITY_0=y # CT_KERNEL_LINUX_VERBOSITY_1 is not set # CT_KERNEL_LINUX_VERBOSITY_2 is not set CT_KERNEL_LINUX_VERBOSE_LEVEL=0 -CT_KERNEL_LINUX_CONFIG_FILE="" +# CT_KERNEL_LINUX_NEEDS_CONFIG is not set # # binutils @@ -202,6 +207,7 @@ # CT_CC_V_3_4_3 is not set # CT_CC_V_3_4_4 is not set # CT_CC_V_3_4_5 is not set +# CT_CC_V_3_4_6 is not set # CT_CC_V_4_0_0 is not set # CT_CC_V_4_0_1 is not set # CT_CC_V_4_0_2 is not set @@ -222,7 +228,7 @@ # # Additionnal supported languages: # -# CT_CC_LANG_CXX is not set +CT_CC_LANG_CXX=y # CT_CC_LANG_FORTRAN is not set # CT_CC_LANG_JAVA is not set # CT_CC_LANG_ADA is not set @@ -245,7 +251,7 @@ # CT_LIBC_V_0_9_28_1 is not set # CT_LIBC_V_0_9_28_2 is not set CT_LIBC_V_0_9_28_3=y -# CT_LIBC_V_0_9_29_rc1 is not set +# CT_LIBC_V_0_9_29 is not set CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y # CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set # CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set diff -r f502c78444af -r 3e67311ea429 samples/mips-unknown-linux-uclibc/uClibc-0.9.28.3.config --- a/samples/mips-unknown-linux-uclibc/uClibc-0.9.28.3.config Mon May 07 21:47:38 2007 +0000 +++ b/samples/mips-unknown-linux-uclibc/uClibc-0.9.28.3.config Mon May 07 21:48:40 2007 +0000 @@ -30,23 +30,6 @@ TARGET_ARCH="mips" ARCH_CFLAGS="-mno-split-addresses" ARCH_SUPPORTS_BIG_ENDIAN=y -# CONFIG_GENERIC_386 is not set -# CONFIG_386 is not set -# CONFIG_486 is not set -# CONFIG_586 is not set -# CONFIG_586MMX is not set -# CONFIG_686 is not set -# CONFIG_PENTIUMII is not set -# CONFIG_PENTIUMIII is not set -# CONFIG_PENTIUM4 is not set -# CONFIG_K6 is not set -# CONFIG_K7 is not set -# CONFIG_ELAN is not set -# CONFIG_CRUSOE is not set -# CONFIG_WINCHIPC6 is not set -# CONFIG_WINCHIP2 is not set -# CONFIG_CYRIXIII is not set -# CONFIG_NEHEMIAH is not set # CONFIG_MIPS_ISA_1 is not set # CONFIG_MIPS_ISA_2 is not set # CONFIG_MIPS_ISA_3 is not set @@ -85,7 +68,7 @@ # HAS_NO_THREADS is not set UCLIBC_HAS_THREADS=y # PTHREADS_DEBUG_SUPPORT is not set -# UCLIBC_HAS_LFS is not set +UCLIBC_HAS_LFS=y UCLIBC_STATIC_LDCONFIG=y # MALLOC is not set # MALLOC_SIMPLE is not set @@ -139,6 +122,7 @@ UCLIBC_HAS_STDIO_GETC_MACRO=y UCLIBC_HAS_STDIO_PUTC_MACRO=y UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y +# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set # UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE is not set # UCLIBC_HAS_GLIBC_CUSTOM_STREAMS is not set # UCLIBC_HAS_PRINTF_M_SPEC is not set