Update the mips-unknown-linux-uclibc sample to the new set of config options.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue May 22 20:41:50 2007 +0000 (2007-05-22)
changeset 11906c8158d8320
parent 118 264aa721d2a4
child 120 bd6b74d0f4ab
Update the mips-unknown-linux-uclibc sample to the new set of config options.
Switch the ISA from mips32 to mips1.
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	Tue May 22 20:37:46 2007 +0000
     1.2 +++ b/samples/mips-unknown-linux-uclibc/crosstool.config	Tue May 22 20:41:50 2007 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #
     1.5  # Automatically generated make config: don't edit
     1.6 -# crosstool-NG version: 0.0.2-svn
     1.7 -# Thu May 10 23:30:10 2007
     1.8 +# crosstool-NG version: 0.0.3-svn
     1.9 +# Tue May 22 22:19:01 2007
    1.10  #
    1.11  
    1.12  #
    1.13 @@ -46,8 +46,7 @@
    1.14  # CT_LOG_ALL is not set
    1.15  CT_LOG_LEVEL_MAX="EXTRA"
    1.16  # CT_LOG_SEE_TOOLS_WARN is not set
    1.17 -# CT_LOG_PROGRESS_BAR is not set
    1.18 -# CT_LOG_USE_COLORS is not set
    1.19 +CT_LOG_PROGRESS_BAR=y
    1.20  CT_LOG_TO_FILE=y
    1.21  CT_LOG_FILE="${CT_PREFIX_DIR}/${CT_TARGET}.log"
    1.22  
    1.23 @@ -71,14 +70,14 @@
    1.24  #
    1.25  # Target optimisations
    1.26  #
    1.27 -CT_ARCH_ARCH="mips32"
    1.28 +CT_ARCH_ARCH="mips1"
    1.29  CT_ARCH_ABI=""
    1.30  CT_ARCH_CPU=""
    1.31  CT_ARCH_TUNE=""
    1.32  CT_ARCH_FPU=""
    1.33  # CT_ARCH_FLOAT_HW is not set
    1.34  CT_ARCH_FLOAT_SW=y
    1.35 -# CT_ARCH_FLOAT_SW_LIBFLOAT is not set
    1.36 +# CT_ARCH_SUPPORTS_LIBFLOAT is not set
    1.37  CT_TARGET_CFLAGS=""
    1.38  
    1.39  #
    1.40 @@ -101,6 +100,7 @@
    1.41  CT_CROSS=y
    1.42  # CT_CROSS_NATIVE is not set
    1.43  # CT_CANADIAN is not set
    1.44 +CT_TOOLCHAIN_TYPE="cross"
    1.45  CT_BUILD=""
    1.46  CT_CC_NATIVE="gcc"
    1.47  
    1.48 @@ -108,7 +108,6 @@
    1.49  # Kernel
    1.50  #
    1.51  CT_KERNEL_LINUX=y
    1.52 -# CT_KERNEL_CYGWIN is not set
    1.53  CT_KERNEL_VERSION="2.6.21.1"
    1.54  CT_KERNEL_LINUX_HEADERS_INSTALL=y
    1.55  # CT_KERNEL_LINUX_HEADERS_SANITISED is not set
    1.56 @@ -171,6 +170,8 @@
    1.57  # CT_BINUTILS_V_2_17_50_0_12 is not set
    1.58  # CT_BINUTILS_V_2_17_50_0_13 is not set
    1.59  CT_BINUTILS_V_2_17_50_0_14=y
    1.60 +# CT_BINUTILS_V_2_17_50_0_15 is not set
    1.61 +# CT_BINUTILS_V_2_17_50_0_16 is not set
    1.62  CT_BINUTILS_EXTRA_CONFIG=""
    1.63  
    1.64  #
    1.65 @@ -181,9 +182,6 @@
    1.66  # Core C Compiler (used to build the C library)
    1.67  #
    1.68  # CT_CC_USE_CORE is not set
    1.69 -CT_CC_CORE_GCC=y
    1.70 -# CT_CC_CORE_TCC is not set
    1.71 -CT_CC_CORE="gcc"
    1.72  
    1.73  #
    1.74  # Final C compiler
    1.75 @@ -215,6 +213,7 @@
    1.76  # CT_CC_V_4_1_0 is not set
    1.77  # CT_CC_V_4_1_1 is not set
    1.78  # CT_CC_V_4_1_2 is not set
    1.79 +# CT_CC_V_4_2_0 is not set
    1.80  # CT_CC_CXA_ATEXIT is not set
    1.81  CT_CC_EXTRA_CONFIG=""
    1.82  CT_CC_SUPPORT_CXX=y
    1.83 @@ -242,6 +241,8 @@
    1.84  CT_LIBC_UCLIBC=y
    1.85  CT_LIBC_VERSION="0.9.28.3"
    1.86  CT_LIBC="uClibc"
    1.87 +# CT_LIBC_SUPPORT_NPTL is not set
    1.88 +CT_LIBC_SUPPORT_LINUXTHREADS=y
    1.89  # CT_LIBC_V_snapshot is not set
    1.90  # CT_LIBC_V_specific_date is not set
    1.91  # CT_LIBC_V_0_9_26 is not set
    1.92 @@ -257,3 +258,9 @@
    1.93  CT_LIBC_UCLIBC_DEBUG_LEVEL=0
    1.94  CT_LIBC_UCLIBC_CONFIG_FILE="${CT_TOP_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
    1.95  # CT_LIBC_UCLIBC_LOCALES is not set
    1.96 +
    1.97 +#
    1.98 +# Debug facilities
    1.99 +#
   1.100 +# CT_DMALLOC is not set
   1.101 +# CT_GDB is not set
     2.1 --- a/samples/mips-unknown-linux-uclibc/uClibc-0.9.28.3.config	Tue May 22 20:37:46 2007 +0000
     2.2 +++ b/samples/mips-unknown-linux-uclibc/uClibc-0.9.28.3.config	Tue May 22 20:41:50 2007 +0000
     2.3 @@ -30,11 +30,11 @@
     2.4  TARGET_ARCH="mips"
     2.5  ARCH_CFLAGS="-mno-split-addresses"
     2.6  ARCH_SUPPORTS_BIG_ENDIAN=y
     2.7 -# CONFIG_MIPS_ISA_1 is not set
     2.8 +CONFIG_MIPS_ISA_1=y
     2.9  # CONFIG_MIPS_ISA_2 is not set
    2.10  # CONFIG_MIPS_ISA_3 is not set
    2.11  # CONFIG_MIPS_ISA_4 is not set
    2.12 -CONFIG_MIPS_ISA_MIPS32=y
    2.13 +# CONFIG_MIPS_ISA_MIPS32=y
    2.14  # CONFIG_MIPS_ISA_MIPS64 is not set
    2.15  # ARCH_LITTLE_ENDIAN is not set
    2.16  ARCH_BIG_ENDIAN=y