samples: fix this MIPS eglibc-based sample
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Feb 18 19:29:06 2010 +0100 (2010-02-18)
changeset 18129c3bfbb46b19
parent 1811 35cf5e2f110a
child 1813 26974c3670fd
samples: fix this MIPS eglibc-based sample

Specify the SVN revision to use for the eglibc snapshot instead of HEAD,
as some patches made their way upstream in the meantime.
samples/mips-ar2315-linux-gnu/crosstool.config
     1.1 --- a/samples/mips-ar2315-linux-gnu/crosstool.config	Wed Feb 17 23:41:17 2010 +0100
     1.2 +++ b/samples/mips-ar2315-linux-gnu/crosstool.config	Thu Feb 18 19:29:06 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  #
     1.5  # Automatically generated make config: don't edit
     1.6 -# crosstool-NG version: hg_default@1790_3b535b656640
     1.7 -# Sun Jan 31 17:21:53 2010
     1.8 +# crosstool-NG version: hg_default@1810_d47408fbef3a
     1.9 +# Thu Feb 18 19:01:17 2010
    1.10  #
    1.11  
    1.12  #
    1.13 @@ -12,12 +12,8 @@
    1.14  # crosstool-NG behavior
    1.15  #
    1.16  # CT_OBSOLETE is not set
    1.17 -CT_EXPERIMENTAL=y
    1.18 -CT_DEBUG_CT=y
    1.19 -# CT_DEBUG_PAUSE_STEPS is not set
    1.20 -CT_DEBUG_CT_SAVE_STEPS=y
    1.21 -CT_DEBUG_CT_SAVE_STEPS_GZIP=y
    1.22 -# CT_NO_OVERIDE_LC_MESSAGES is not set
    1.23 +# CT_EXPERIMENTAL is not set
    1.24 +# CT_DEBUG_CT is not set
    1.25  
    1.26  #
    1.27  # Paths
    1.28 @@ -76,8 +72,8 @@
    1.29  # CT_LOG_WARN is not set
    1.30  # CT_LOG_INFO is not set
    1.31  CT_LOG_EXTRA=y
    1.32 +# CT_LOG_ALL is not set
    1.33  # CT_LOG_DEBUG is not set
    1.34 -# CT_LOG_ALL is not set
    1.35  CT_LOG_LEVEL_MAX="EXTRA"
    1.36  # CT_LOG_SEE_TOOLS_WARN is not set
    1.37  CT_LOG_PROGRESS_BAR=y
    1.38 @@ -178,6 +174,7 @@
    1.39  CT_KERNEL_linux=y
    1.40  CT_KERNEL_LINUX_INSTALL=y
    1.41  CT_KERNEL_LINUX_INSTALL_CHECK=y
    1.42 +# CT_KERNEL_V_2_6_32_8 is not set
    1.43  # CT_KERNEL_V_2_6_32_7 is not set
    1.44  # CT_KERNEL_V_2_6_32_6 is not set
    1.45  # CT_KERNEL_V_2_6_32_5 is not set
    1.46 @@ -267,10 +264,6 @@
    1.47  CT_CC_LANG_CXX=y
    1.48  # CT_CC_LANG_FORTRAN is not set
    1.49  # CT_CC_LANG_JAVA is not set
    1.50 -# CT_CC_LANG_ADA is not set
    1.51 -# CT_CC_LANG_OBJC is not set
    1.52 -# CT_CC_LANG_OBJCXX is not set
    1.53 -CT_CC_LANG_OTHERS=""
    1.54  
    1.55  #
    1.56  # C-library
    1.57 @@ -289,8 +282,9 @@
    1.58  # CT_EGLIBC_V_2_6 is not set
    1.59  # CT_EGLIBC_V_2_5 is not set
    1.60  # CT_EGLIBC_V_TRUNK is not set
    1.61 -CT_EGLIBC_REVISION="HEAD"
    1.62 -# CT_EGLIBC_CHECKOUT is not set
    1.63 +CT_EGLIBC_REVISION="{2009-07-20}"
    1.64 +CT_EGLIBC_CHECKOUT=y
    1.65 +# CT_EGLIBC_OPT_SIZE is not set
    1.66  # CT_EGLIBC_CUSTOM_CONFIG is not set
    1.67  
    1.68  #
    1.69 @@ -348,7 +342,6 @@
    1.70  CT_DEBUG_gdb=y
    1.71  CT_GDB_CROSS=y
    1.72  # CT_GDB_CROSS_STATIC is not set
    1.73 -# CT_GDB_CROSS_INSIGHT is not set
    1.74  # CT_GDB_NATIVE is not set
    1.75  CT_GDB_GDBSERVER=y
    1.76  CT_GDB_GDBSERVER_STATIC=y
    1.77 @@ -369,11 +362,6 @@
    1.78  #
    1.79  # Tools facilities
    1.80  #
    1.81 -CT_TOOL_libelf=y
    1.82 -# CT_LIBELF_V_0_8_12 is not set
    1.83 -CT_LIBELF_V_0_8_11=y
    1.84 -# CT_LIBELF_V_0_8_10 is not set
    1.85 -CT_LIBELF_VERSION="0.8.11"
    1.86  CT_TOOL_sstrip=y
    1.87  CT_SSTRIP_BUILDROOT=y
    1.88  # CT_SSTRIP_ELFKICKERS is not set
    1.89 @@ -382,8 +370,17 @@
    1.90  #
    1.91  # Companion libraries
    1.92  #
    1.93 +
    1.94 +#
    1.95 +# FIXME: check real dependencies!!!
    1.96 +#
    1.97 +CT_COMPLIBS=y
    1.98  CT_WRAPPER_NEEDED=y
    1.99 -CT_GMP_MPFR=y
   1.100 +CT_GMP=y
   1.101 +CT_MPFR=y
   1.102 +# CT_PPL is not set
   1.103 +# CT_CLOOG is not set
   1.104 +# CT_MPC is not set
   1.105  CT_GMP_V_4_3_1=y
   1.106  # CT_GMP_V_4_3_0 is not set
   1.107  # CT_GMP_V_4_2_4 is not set
   1.108 @@ -395,22 +392,11 @@
   1.109  # CT_MPFR_V_2_3_2 is not set
   1.110  # CT_MPFR_V_2_3_1 is not set
   1.111  CT_MPFR_VERSION="2.4.1"
   1.112 -# CT_PPL_CLOOG_MPC is not set
   1.113  
   1.114  #
   1.115  # Companion libraries common options
   1.116  #
   1.117  # CT_COMP_LIBS_CHECK is not set
   1.118 -# CT_COMP_LIBS_TARGET is not set
   1.119  CT_TOOLS_WRAPPER_SCRIPT=y
   1.120  # CT_TOOLS_WRAPPER_EXEC is not set
   1.121  CT_TOOLS_WRAPPER="script"
   1.122 -
   1.123 -#
   1.124 -# Companion tools
   1.125 -#
   1.126 -
   1.127 -#
   1.128 -# READ HELP before you say 'Y' below !!!
   1.129 -#
   1.130 -# CT_COMP_TOOLS is not set