Update the mips-unknown-linux-uclibc sample:
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 07 21:48:40 2007 +0000 (2007-05-07)
changeset 683e67311ea429
parent 67 f502c78444af
child 69 9d73a6932301
Update the mips-unknown-linux-uclibc sample:
- LFS is needed to properly compile libstdc++ (pity),
- globally update to the latest set of options.
samples/mips-unknown-linux-uclibc/crosstool.config
samples/mips-unknown-linux-uclibc/uClibc-0.9.28.3.config
     1.1 --- a/samples/mips-unknown-linux-uclibc/crosstool.config	Mon May 07 21:47:38 2007 +0000
     1.2 +++ b/samples/mips-unknown-linux-uclibc/crosstool.config	Mon May 07 21:48:40 2007 +0000
     1.3 @@ -1,13 +1,14 @@
     1.4  #
     1.5  # Automatically generated make config: don't edit
     1.6  # crosstool-NG version: 0.0.2-svn
     1.7 -# Thu May  3 19:49:44 2007
     1.8 +# Mon May  7 23:45:56 2007
     1.9  #
    1.10  
    1.11  #
    1.12  # Paths and misc options
    1.13  #
    1.14  # CT_EXPERIMENTAL is not set
    1.15 +# CT_OBSOLETE is not set
    1.16  CT_PARALLEL_JOBS=1
    1.17  CT_LOAD=0
    1.18  CT_NICE=0
    1.19 @@ -22,15 +23,19 @@
    1.20  CT_PREFIX_DIR="/opt/x-tools/${CT_TARGET}"
    1.21  CT_INSTALL_DIR="${CT_PREFIX_DIR}"
    1.22  # CT_CUSTOM_PATCH is not set
    1.23 -# CT_REMOVE_DOCS is not set
    1.24 +CT_REMOVE_DOCS=y
    1.25  
    1.26  #
    1.27 -# Downloading and extracting
    1.28 +# Downloading
    1.29  #
    1.30 -# CT_NO_DOWNLOAD is not set
    1.31 +# CT_FORCE_DOWNLOAD is not set
    1.32  # CT_ONLY_DOWNLOAD is not set
    1.33 -# CT_FORCE_DOWNLOAD is not set
    1.34 +
    1.35 +#
    1.36 +# Extracting
    1.37 +#
    1.38  # CT_FORCE_EXTRACT is not set
    1.39 +# CT_ONLY_EXTRACT is not set
    1.40  
    1.41  #
    1.42  # Logging
    1.43 @@ -105,7 +110,7 @@
    1.44  #
    1.45  CT_KERNEL_LINUX=y
    1.46  # CT_KERNEL_CYGWIN is not set
    1.47 -CT_KERNEL_VERSION="2.6.20.7"
    1.48 +CT_KERNEL_VERSION="2.6.21.1"
    1.49  CT_KERNEL_LINUX_HEADERS_INSTALL=y
    1.50  # CT_KERNEL_LINUX_HEADERS_SANITISED is not set
    1.51  # CT_KERNEL_LINUX_HEADERS_COPY is not set
    1.52 @@ -129,14 +134,14 @@
    1.53  # CT_KERNEL_INSTALL_V_2_6_20_4 is not set
    1.54  # CT_KERNEL_INSTALL_V_2_6_20_5 is not set
    1.55  # CT_KERNEL_INSTALL_V_2_6_20_6 is not set
    1.56 -CT_KERNEL_INSTALL_V_2_6_20_7=y
    1.57 +# CT_KERNEL_INSTALL_V_2_6_20_7 is not set
    1.58  # CT_KERNEL_INSTALL_V_2_6_21 is not set
    1.59 -# CT_KERNEL_INSTALL_V_2_6_21_1 is not set
    1.60 +CT_KERNEL_INSTALL_V_2_6_21_1=y
    1.61  CT_KERNEL_LINUX_VERBOSITY_0=y
    1.62  # CT_KERNEL_LINUX_VERBOSITY_1 is not set
    1.63  # CT_KERNEL_LINUX_VERBOSITY_2 is not set
    1.64  CT_KERNEL_LINUX_VERBOSE_LEVEL=0
    1.65 -CT_KERNEL_LINUX_CONFIG_FILE=""
    1.66 +# CT_KERNEL_LINUX_NEEDS_CONFIG is not set
    1.67  
    1.68  #
    1.69  # binutils
    1.70 @@ -202,6 +207,7 @@
    1.71  # CT_CC_V_3_4_3 is not set
    1.72  # CT_CC_V_3_4_4 is not set
    1.73  # CT_CC_V_3_4_5 is not set
    1.74 +# CT_CC_V_3_4_6 is not set
    1.75  # CT_CC_V_4_0_0 is not set
    1.76  # CT_CC_V_4_0_1 is not set
    1.77  # CT_CC_V_4_0_2 is not set
    1.78 @@ -222,7 +228,7 @@
    1.79  #
    1.80  # Additionnal supported languages:
    1.81  #
    1.82 -# CT_CC_LANG_CXX is not set
    1.83 +CT_CC_LANG_CXX=y
    1.84  # CT_CC_LANG_FORTRAN is not set
    1.85  # CT_CC_LANG_JAVA is not set
    1.86  # CT_CC_LANG_ADA is not set
    1.87 @@ -245,7 +251,7 @@
    1.88  # CT_LIBC_V_0_9_28_1 is not set
    1.89  # CT_LIBC_V_0_9_28_2 is not set
    1.90  CT_LIBC_V_0_9_28_3=y
    1.91 -# CT_LIBC_V_0_9_29_rc1 is not set
    1.92 +# CT_LIBC_V_0_9_29 is not set
    1.93  CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
    1.94  # CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
    1.95  # CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
     2.1 --- a/samples/mips-unknown-linux-uclibc/uClibc-0.9.28.3.config	Mon May 07 21:47:38 2007 +0000
     2.2 +++ b/samples/mips-unknown-linux-uclibc/uClibc-0.9.28.3.config	Mon May 07 21:48:40 2007 +0000
     2.3 @@ -30,23 +30,6 @@
     2.4  TARGET_ARCH="mips"
     2.5  ARCH_CFLAGS="-mno-split-addresses"
     2.6  ARCH_SUPPORTS_BIG_ENDIAN=y
     2.7 -# CONFIG_GENERIC_386 is not set
     2.8 -# CONFIG_386 is not set
     2.9 -# CONFIG_486 is not set
    2.10 -# CONFIG_586 is not set
    2.11 -# CONFIG_586MMX is not set
    2.12 -# CONFIG_686 is not set
    2.13 -# CONFIG_PENTIUMII is not set
    2.14 -# CONFIG_PENTIUMIII is not set
    2.15 -# CONFIG_PENTIUM4 is not set
    2.16 -# CONFIG_K6 is not set
    2.17 -# CONFIG_K7 is not set
    2.18 -# CONFIG_ELAN is not set
    2.19 -# CONFIG_CRUSOE is not set
    2.20 -# CONFIG_WINCHIPC6 is not set
    2.21 -# CONFIG_WINCHIP2 is not set
    2.22 -# CONFIG_CYRIXIII is not set
    2.23 -# CONFIG_NEHEMIAH is not set
    2.24  # CONFIG_MIPS_ISA_1 is not set
    2.25  # CONFIG_MIPS_ISA_2 is not set
    2.26  # CONFIG_MIPS_ISA_3 is not set
    2.27 @@ -85,7 +68,7 @@
    2.28  # HAS_NO_THREADS is not set
    2.29  UCLIBC_HAS_THREADS=y
    2.30  # PTHREADS_DEBUG_SUPPORT is not set
    2.31 -# UCLIBC_HAS_LFS is not set
    2.32 +UCLIBC_HAS_LFS=y
    2.33  UCLIBC_STATIC_LDCONFIG=y
    2.34  # MALLOC is not set
    2.35  # MALLOC_SIMPLE is not set
    2.36 @@ -139,6 +122,7 @@
    2.37  UCLIBC_HAS_STDIO_GETC_MACRO=y
    2.38  UCLIBC_HAS_STDIO_PUTC_MACRO=y
    2.39  UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
    2.40 +# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
    2.41  # UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE is not set
    2.42  # UCLIBC_HAS_GLIBC_CUSTOM_STREAMS is not set
    2.43  # UCLIBC_HAS_PRINTF_M_SPEC is not set