samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config
changeset 1941 591a6de0f04d
parent 1841 8aa54bcb9b7d
child 2055 5b352265b42e
     1.1 --- a/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config	Fri Mar 19 19:02:30 2010 +0100
     1.2 +++ b/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config	Fri Apr 30 14:28:14 2010 +0200
     1.3 @@ -1,8 +1,9 @@
     1.4  #
     1.5  # Automatically generated make config: don't edit
     1.6 -# crosstool-NG version: hg_default@1841_37d55cfe1262
     1.7 -# Fri Mar 19 18:50:42 2010
     1.8 +# crosstool-NG version: hg_default@1928_0535b588679a
     1.9 +# Tue Apr 20 18:38:11 2010
    1.10  #
    1.11 +# CT_BACKEND is not set
    1.12  
    1.13  #
    1.14  # Paths and misc options
    1.15 @@ -120,6 +121,7 @@
    1.16  # CT_ARCH_alpha is not set
    1.17  CT_ARCH_arm=y
    1.18  # CT_ARCH_avr32 is not set
    1.19 +# CT_ARCH_blackfin is not set
    1.20  # CT_ARCH_ia64 is not set
    1.21  # CT_ARCH_m68k is not set
    1.22  # CT_ARCH_mips is not set
    1.23 @@ -127,11 +129,22 @@
    1.24  # CT_ARCH_s390 is not set
    1.25  # CT_ARCH_sh is not set
    1.26  # CT_ARCH_x86 is not set
    1.27 +CT_ARCH_alpha_AVAILABLE=y
    1.28 +CT_ARCH_arm_AVAILABLE=y
    1.29  CT_ARCH_ARM_MODE="thumb"
    1.30  # CT_ARCH_ARM_MODE_ARM is not set
    1.31  CT_ARCH_ARM_MODE_THUMB=y
    1.32  # CT_ARCH_ARM_INTERWORKING is not set
    1.33  CT_ARCH_ARM_EABI=y
    1.34 +CT_ARCH_avr32_AVAILABLE=y
    1.35 +CT_ARCH_blackfin_AVAILABLE=y
    1.36 +CT_ARCH_ia64_AVAILABLE=y
    1.37 +CT_ARCH_m68k_AVAILABLE=y
    1.38 +CT_ARCH_mips_AVAILABLE=y
    1.39 +CT_ARCH_powerpc_AVAILABLE=y
    1.40 +CT_ARCH_s390_AVAILABLE=y
    1.41 +CT_ARCH_sh_AVAILABLE=y
    1.42 +CT_ARCH_x86_AVAILABLE=y
    1.43  # CT_ARCH_USE_MMU is not set
    1.44  
    1.45  #
    1.46 @@ -179,6 +192,8 @@
    1.47  CT_KERNEL="bare-metal"
    1.48  CT_KERNEL_bare_metal=y
    1.49  # CT_KERNEL_linux is not set
    1.50 +CT_KERNEL_bare_metal_AVAILABLE=y
    1.51 +CT_KERNEL_linux_AVAILABLE=y
    1.52  
    1.53  #
    1.54  # Common kernel options
    1.55 @@ -189,6 +204,7 @@
    1.56  #
    1.57  # CT_ARCH_BINFMT_ELF is not set
    1.58  CT_ARCH_BINFMT_FLAT=y
    1.59 +# CT_ARCH_BINFMT_FDPIC is not set
    1.60  
    1.61  #
    1.62  # GNU binutils
    1.63 @@ -216,6 +232,7 @@
    1.64  CT_CC="gcc"
    1.65  CT_CC_VERSION="4.4.1"
    1.66  CT_CC_gcc=y
    1.67 +# CT_CC_V_4_5_0 is not set
    1.68  # CT_CC_V_4_4_3 is not set
    1.69  # CT_CC_V_4_4_2 is not set
    1.70  CT_CC_V_4_4_1=y
    1.71 @@ -232,8 +249,13 @@
    1.72  # CT_CC_V_4_1_2 is not set
    1.73  # CT_CC_V_4_0_4 is not set
    1.74  # CT_CC_V_3_4_6 is not set
    1.75 +CT_CC_GCC_4_2_or_later=y
    1.76  CT_CC_GCC_4_3_or_later=y
    1.77  CT_CC_GCC_4_4_or_later=y
    1.78 +# CT_CC_GCC_4_5_or_later is not set
    1.79 +CT_CC_GCC_USE_GMP_MPFR=y
    1.80 +CT_CC_GCC_USE_PPL_CLOOG_MPC=y
    1.81 +# CT_CC_GCC_USE_LIBELF is not set
    1.82  CT_CC_ENABLE_CXX_FLAGS=""
    1.83  CT_CC_CORE_EXTRA_CONFIG=""
    1.84  CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
    1.85 @@ -254,12 +276,15 @@
    1.86  # C-library
    1.87  #
    1.88  CT_LIBC="newlib"
    1.89 -CT_LIBC_VERSION=""
    1.90 +CT_LIBC_VERSION="newlib-1_18_0"
    1.91  # CT_LIBC_eglibc is not set
    1.92  # CT_LIBC_glibc is not set
    1.93  CT_LIBC_newlib=y
    1.94  # CT_LIBC_none is not set
    1.95  # CT_LIBC_uClibc is not set
    1.96 +CT_LIBC_eglibc_AVAILABLE=y
    1.97 +CT_LIBC_glibc_AVAILABLE=y
    1.98 +CT_LIBC_newlib_AVAILABLE=y
    1.99  # CT_LIBC_NEWLIB_V_1_18_0 is not set
   1.100  # CT_LIBC_NEWLIB_V_1_17_0 is not set
   1.101  CT_LIBC_NEWLIB_CVS=y
   1.102 @@ -267,6 +292,8 @@
   1.103  #
   1.104  # Architecture specific options
   1.105  #
   1.106 +CT_LIBC_none_AVAILABLE=y
   1.107 +CT_LIBC_uClibc_AVAILABLE=y
   1.108  # CT_LIBC_SUPPORT_NPTL is not set
   1.109  # CT_LIBC_SUPPORT_LINUXTHREADS is not set
   1.110  CT_THREADS="none"
   1.111 @@ -288,11 +315,6 @@
   1.112  # CT_DEBUG_strace is not set
   1.113  
   1.114  #
   1.115 -# Tools facilities
   1.116 -#
   1.117 -# CT_TOOL_sstrip is not set
   1.118 -
   1.119 -#
   1.120  # Companion libraries
   1.121  #
   1.122  
   1.123 @@ -300,17 +322,19 @@
   1.124  # FIXME: check real dependencies!!!
   1.125  #
   1.126  CT_COMPLIBS=y
   1.127 -CT_WRAPPER_NEEDED=y
   1.128 +# CT_WRAPPER_NEEDED is not set
   1.129  CT_GMP=y
   1.130  CT_MPFR=y
   1.131  CT_PPL=y
   1.132  CT_CLOOG=y
   1.133  CT_MPC=y
   1.134 -CT_GMP_V_4_3_1=y
   1.135 +# CT_GMP_V_5_0_1 is not set
   1.136 +CT_GMP_V_4_3_2=y
   1.137 +# CT_GMP_V_4_3_1 is not set
   1.138  # CT_GMP_V_4_3_0 is not set
   1.139  # CT_GMP_V_4_2_4 is not set
   1.140  # CT_GMP_V_4_2_2 is not set
   1.141 -CT_GMP_VERSION="4.3.1"
   1.142 +CT_GMP_VERSION="4.3.2"
   1.143  CT_MPFR_V_2_4_2=y
   1.144  # CT_MPFR_V_2_4_1 is not set
   1.145  # CT_MPFR_V_2_4_0 is not set
   1.146 @@ -319,12 +343,14 @@
   1.147  CT_MPFR_VERSION="2.4.2"
   1.148  CT_PPL_V_0_10_2=y
   1.149  CT_PPL_VERSION="0.10.2"
   1.150 -CT_CLOOG_V_0_15_7=y
   1.151 +CT_CLOOG_V_0_15_9=y
   1.152 +# CT_CLOOG_V_0_15_8 is not set
   1.153 +# CT_CLOOG_V_0_15_7 is not set
   1.154  # CT_CLOOG_V_0_15_6 is not set
   1.155  # CT_CLOOG_V_0_15_5 is not set
   1.156  # CT_CLOOG_V_0_15_4 is not set
   1.157  # CT_CLOOG_V_0_15_3 is not set
   1.158 -CT_CLOOG_VERSION="0.15.7"
   1.159 +CT_CLOOG_VERSION="0.15.9"
   1.160  CT_MPC_V_0_8_1=y
   1.161  # CT_MPC_V_0_7 is not set
   1.162  # CT_MPC_V_0_6 is not set
   1.163 @@ -333,10 +359,8 @@
   1.164  #
   1.165  # Companion libraries common options
   1.166  #
   1.167 -# CT_COMP_LIBS_CHECK is not set
   1.168 -CT_TOOLS_WRAPPER_SCRIPT=y
   1.169 -# CT_TOOLS_WRAPPER_EXEC is not set
   1.170 -CT_TOOLS_WRAPPER="script"
   1.171 +# CT_COMPLIBS_CHECK is not set
   1.172 +# CT_COMPLIBS_SHARED is not set
   1.173  
   1.174  #
   1.175  # Companion tools