samples: add a new sample for ARM Cortex-A15 with VFP/NEON
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Apr 24 22:47:10 2011 +0200 (2011-04-24)
changeset 2411891d64465169
parent 2410 3954053fb678
child 2412 20edcd78cf67
samples: add a new sample for ARM Cortex-A15 with VFP/NEON

Sample origiannly reported and provided by dsreed on the #crostool-ng
channel on freenode. I don't have the real ID for dsreed, but the
sample is not orginally mine, but his/hers.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
samples/arm-cortex_a15-linux-gnueabi/crosstool.config
samples/arm-cortex_a15-linux-gnueabi/reported.by
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/samples/arm-cortex_a15-linux-gnueabi/crosstool.config	Sun Apr 24 22:47:10 2011 +0200
     1.3 @@ -0,0 +1,573 @@
     1.4 +#
     1.5 +# Automatically generated make config: don't edit
     1.6 +# crosstool-NG version: hg_default@2410_3954053fb678
     1.7 +# Wed Apr 27 11:34:31 2011
     1.8 +#
     1.9 +# CT_BACKEND is not set
    1.10 +CT_MODULES=y
    1.11 +
    1.12 +#
    1.13 +# Paths and misc options
    1.14 +#
    1.15 +
    1.16 +#
    1.17 +# crosstool-NG behavior
    1.18 +#
    1.19 +# CT_OBSOLETE is not set
    1.20 +CT_EXPERIMENTAL=y
    1.21 +# CT_DEBUG_CT is not set
    1.22 +
    1.23 +#
    1.24 +# Paths
    1.25 +#
    1.26 +CT_LOCAL_TARBALLS_DIR="${HOME}/src"
    1.27 +CT_SAVE_TARBALLS=y
    1.28 +CT_WORK_DIR="${CT_TOP_DIR}/.build"
    1.29 +CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
    1.30 +CT_INSTALL_DIR="${CT_PREFIX_DIR}"
    1.31 +CT_RM_RF_PREFIX_DIR=y
    1.32 +CT_REMOVE_DOCS=y
    1.33 +CT_INSTALL_DIR_RO=y
    1.34 +CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES=y
    1.35 +
    1.36 +#
    1.37 +# Downloading
    1.38 +#
    1.39 +# CT_FORBID_DOWNLOAD is not set
    1.40 +# CT_FORCE_DOWNLOAD is not set
    1.41 +# CT_USE_MIRROR is not set
    1.42 +CT_CONNECT_TIMEOUT=10
    1.43 +# CT_ONLY_DOWNLOAD is not set
    1.44 +
    1.45 +#
    1.46 +# Extracting
    1.47 +#
    1.48 +# CT_FORCE_EXTRACT is not set
    1.49 +CT_OVERIDE_CONFIG_GUESS_SUB=y
    1.50 +# CT_ONLY_EXTRACT is not set
    1.51 +CT_PATCH_BUNDLED=y
    1.52 +# CT_PATCH_LOCAL is not set
    1.53 +# CT_PATCH_BUNDLED_LOCAL is not set
    1.54 +# CT_PATCH_LOCAL_BUNDLED is not set
    1.55 +# CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set
    1.56 +# CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set
    1.57 +# CT_PATCH_NONE is not set
    1.58 +CT_PATCH_ORDER="bundled"
    1.59 +# CT_PATCH_SINGLE is not set
    1.60 +# CT_PATCH_USE_LOCAL is not set
    1.61 +
    1.62 +#
    1.63 +# Build behavior
    1.64 +#
    1.65 +CT_PARALLEL_JOBS=1
    1.66 +CT_LOAD=0
    1.67 +CT_USE_PIPES=y
    1.68 +# CT_CONFIG_SHELL_SH is not set
    1.69 +# CT_CONFIG_SHELL_ASH is not set
    1.70 +CT_CONFIG_SHELL_BASH=y
    1.71 +# CT_CONFIG_SHELL_CUSTOM is not set
    1.72 +CT_CONFIG_SHELL="bash"
    1.73 +
    1.74 +#
    1.75 +# Logging
    1.76 +#
    1.77 +# CT_LOG_ERROR is not set
    1.78 +# CT_LOG_WARN is not set
    1.79 +# CT_LOG_INFO is not set
    1.80 +CT_LOG_EXTRA=y
    1.81 +# CT_LOG_ALL is not set
    1.82 +# CT_LOG_DEBUG is not set
    1.83 +CT_LOG_LEVEL_MAX="EXTRA"
    1.84 +# CT_LOG_SEE_TOOLS_WARN is not set
    1.85 +CT_LOG_PROGRESS_BAR=y
    1.86 +CT_LOG_TO_FILE=y
    1.87 +CT_LOG_FILE_COMPRESS=y
    1.88 +
    1.89 +#
    1.90 +# Target options
    1.91 +#
    1.92 +CT_ARCH="arm"
    1.93 +CT_ARCH_SUPPORTS_BOTH_MMU=y
    1.94 +CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
    1.95 +CT_ARCH_SUPPORTS_32=y
    1.96 +# CT_ARCH_SUPPORTS_64 is not set
    1.97 +CT_ARCH_SUPPORT_ARCH=y
    1.98 +# CT_ARCH_SUPPORT_ABI is not set
    1.99 +CT_ARCH_SUPPORT_CPU=y
   1.100 +CT_ARCH_SUPPORT_TUNE=y
   1.101 +CT_ARCH_SUPPORT_FPU=y
   1.102 +CT_ARCH_DEFAULT_HAS_MMU=y
   1.103 +# CT_ARCH_DEFAULT_BE is not set
   1.104 +CT_ARCH_DEFAULT_LE=y
   1.105 +CT_ARCH_DEFAULT_32=y
   1.106 +# CT_ARCH_DEFAULT_64 is not set
   1.107 +CT_ARCH_ARCH=""
   1.108 +CT_ARCH_CPU="cortex-a15"
   1.109 +CT_ARCH_TUNE="cortex-a15"
   1.110 +CT_ARCH_FPU="neon-vfpv4"
   1.111 +# CT_ARCH_BE is not set
   1.112 +CT_ARCH_LE=y
   1.113 +CT_ARCH_32=y
   1.114 +# CT_ARCH_64 is not set
   1.115 +CT_ARCH_BITNESS=32
   1.116 +CT_ARCH_FLOAT_HW=y
   1.117 +# CT_ARCH_FLOAT_SW is not set
   1.118 +CT_TARGET_CFLAGS=""
   1.119 +CT_TARGET_LDFLAGS=""
   1.120 +
   1.121 +#
   1.122 +# General target options
   1.123 +#
   1.124 +# CT_ARCH_alpha is not set
   1.125 +CT_ARCH_arm=y
   1.126 +# CT_ARCH_avr32 is not set
   1.127 +# CT_ARCH_blackfin is not set
   1.128 +# CT_ARCH_m68k is not set
   1.129 +# CT_ARCH_mips is not set
   1.130 +# CT_ARCH_powerpc is not set
   1.131 +# CT_ARCH_s390 is not set
   1.132 +# CT_ARCH_sh is not set
   1.133 +# CT_ARCH_sparc is not set
   1.134 +# CT_ARCH_x86 is not set
   1.135 +CT_ARCH_alpha_AVAILABLE=y
   1.136 +CT_ARCH_arm_AVAILABLE=y
   1.137 +CT_ARCH_avr32_AVAILABLE=y
   1.138 +CT_ARCH_blackfin_AVAILABLE=y
   1.139 +CT_ARCH_m68k_AVAILABLE=y
   1.140 +CT_ARCH_mips_AVAILABLE=y
   1.141 +CT_ARCH_powerpc_AVAILABLE=y
   1.142 +CT_ARCH_s390_AVAILABLE=y
   1.143 +CT_ARCH_sh_AVAILABLE=y
   1.144 +CT_ARCH_sparc_AVAILABLE=y
   1.145 +CT_ARCH_x86_AVAILABLE=y
   1.146 +CT_ARCH_USE_MMU=y
   1.147 +
   1.148 +#
   1.149 +# arm other options
   1.150 +#
   1.151 +CT_ARCH_ARM_MODE="arm"
   1.152 +CT_ARCH_ARM_MODE_ARM=y
   1.153 +# CT_ARCH_ARM_MODE_THUMB is not set
   1.154 +# CT_ARCH_ARM_INTERWORKING is not set
   1.155 +CT_ARCH_ARM_EABI=y
   1.156 +
   1.157 +#
   1.158 +# Target optimisations
   1.159 +#
   1.160 +
   1.161 +#
   1.162 +# Toolchain options
   1.163 +#
   1.164 +
   1.165 +#
   1.166 +# General toolchain options
   1.167 +#
   1.168 +CT_FORCE_SYSROOT=y
   1.169 +CT_USE_SYSROOT=y
   1.170 +CT_SYSROOT_NAME="sysroot"
   1.171 +CT_SYSROOT_DIR_PREFIX=""
   1.172 +# CT_STATIC_TOOLCHAIN is not set
   1.173 +
   1.174 +#
   1.175 +# Tuple completion and aliasing
   1.176 +#
   1.177 +CT_TARGET_VENDOR="cortex_a15"
   1.178 +CT_TARGET_ALIAS_SED_EXPR=""
   1.179 +CT_TARGET_ALIAS=""
   1.180 +
   1.181 +#
   1.182 +# Toolchain type
   1.183 +#
   1.184 +# CT_NATIVE is not set
   1.185 +CT_CROSS=y
   1.186 +# CT_CROSS_NATIVE is not set
   1.187 +# CT_CANADIAN is not set
   1.188 +CT_TOOLCHAIN_TYPE="cross"
   1.189 +
   1.190 +#
   1.191 +# Build system
   1.192 +#
   1.193 +CT_BUILD=""
   1.194 +CT_BUILD_PREFIX=""
   1.195 +CT_BUILD_SUFFIX=""
   1.196 +
   1.197 +#
   1.198 +# Operating System
   1.199 +#
   1.200 +# CT_BARE_METAL is not set
   1.201 +# CT_MINGW32 is not set
   1.202 +CT_KERNEL_SUPPORTS_SHARED_LIBS=y
   1.203 +CT_KERNEL="linux"
   1.204 +CT_KERNEL_VERSION="2.6.38.3"
   1.205 +# CT_KERNEL_bare_metal is not set
   1.206 +CT_KERNEL_linux=y
   1.207 +# CT_KERNEL_mingw32 is not set
   1.208 +CT_KERNEL_bare_metal_AVAILABLE=y
   1.209 +CT_KERNEL_linux_AVAILABLE=y
   1.210 +CT_KERNEL_LINUX_INSTALL=y
   1.211 +CT_KERNEL_V_2_6_38_3=y
   1.212 +# CT_KERNEL_V_2_6_38_2 is not set
   1.213 +# CT_KERNEL_V_2_6_38_1 is not set
   1.214 +# CT_KERNEL_V_2_6_38 is not set
   1.215 +# CT_KERNEL_V_2_6_37_6 is not set
   1.216 +# CT_KERNEL_V_2_6_36_4 is not set
   1.217 +# CT_KERNEL_V_2_6_35_12 is not set
   1.218 +# CT_KERNEL_V_2_6_34_8 is not set
   1.219 +# CT_KERNEL_V_2_6_33_11 is not set
   1.220 +# CT_KERNEL_V_2_6_32_38 is not set
   1.221 +# CT_KERNEL_V_2_6_31_14 is not set
   1.222 +# CT_KERNEL_V_2_6_27_58 is not set
   1.223 +# CT_KERNEL_LINUX_CUSTOM is not set
   1.224 +CT_KERNEL_LINUX_VERBOSITY_0=y
   1.225 +# CT_KERNEL_LINUX_VERBOSITY_1 is not set
   1.226 +# CT_KERNEL_LINUX_VERBOSITY_2 is not set
   1.227 +CT_KERNEL_LINUX_VERBOSE_LEVEL=0
   1.228 +CT_KERNEL_LINUX_INSTALL_CHECK=y
   1.229 +# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
   1.230 +CT_KERNEL_mingw32_AVAILABLE=y
   1.231 +
   1.232 +#
   1.233 +# Common kernel options
   1.234 +#
   1.235 +CT_SHARED_LIBS=y
   1.236 +
   1.237 +#
   1.238 +# Binary utilities
   1.239 +#
   1.240 +CT_ARCH_BINFMT_ELF=y
   1.241 +# CT_ARCH_BINFMT_FLAT is not set
   1.242 +# CT_ARCH_BINFMT_FDPIC is not set
   1.243 +
   1.244 +#
   1.245 +# GNU binutils
   1.246 +#
   1.247 +CT_BINUTILS_V_2_21=y
   1.248 +# CT_BINUTILS_V_2_20_1 is not set
   1.249 +# CT_BINUTILS_V_2_20 is not set
   1.250 +# CT_BINUTILS_V_2_19_1 is not set
   1.251 +# CT_BINUTILS_V_2_19 is not set
   1.252 +# CT_BINUTILS_V_2_18 is not set
   1.253 +# CT_BINUTILS_V_2_17 is not set
   1.254 +# CT_BINUTILS_V_2_16_1 is not set
   1.255 +CT_BINUTILS_VERSION="2.21"
   1.256 +CT_BINUTILS_2_21_or_later=y
   1.257 +CT_BINUTILS_HAS_GOLD=y
   1.258 +CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
   1.259 +CT_BINUTILS_HAS_PLUGINS=y
   1.260 +CT_BINUTILS_FORCE_LD_BFD=y
   1.261 +# CT_BINUTILS_LINKER_LD is not set
   1.262 +# CT_BINUTILS_LINKER_GOLD is not set
   1.263 +# CT_BINUTILS_LINKER_LD_GOLD is not set
   1.264 +CT_BINUTILS_LINKER_GOLD_LD=y
   1.265 +CT_BINUTILS_GOLD_INSTALLED=y
   1.266 +CT_BINUTILS_GOLD_THREADS=y
   1.267 +CT_BINUTILS_LINKER_BOTH=y
   1.268 +CT_BINUTILS_LINKERS_LIST="gold,ld"
   1.269 +CT_BINUTILS_LD_WRAPPER=y
   1.270 +CT_BINUTILS_LINKER_DEFAULT="gold"
   1.271 +# CT_BINUTILS_PLUGINS is not set
   1.272 +CT_BINUTILS_EXTRA_CONFIG=""
   1.273 +# CT_BINUTILS_FOR_TARGET is not set
   1.274 +
   1.275 +#
   1.276 +# C compiler
   1.277 +#
   1.278 +CT_CC="gcc"
   1.279 +CT_CC_VERSION="linaro-4.6-2011.03-0"
   1.280 +CT_CC_gcc=y
   1.281 +CT_CC_GCC_SHOW_LINARO=y
   1.282 +CT_CC_V_linaro_4_6_2011_03_0=y
   1.283 +# CT_CC_V_4_6_0 is not set
   1.284 +# CT_CC_V_linaro_4_5_2011_03_0 is not set
   1.285 +# CT_CC_V_4_5_2 is not set
   1.286 +# CT_CC_V_4_5_1 is not set
   1.287 +# CT_CC_V_4_5_0 is not set
   1.288 +# CT_CC_V_linaro_4_4_2011_02_0 is not set
   1.289 +# CT_CC_V_4_4_6 is not set
   1.290 +# CT_CC_V_4_4_5 is not set
   1.291 +# CT_CC_V_4_4_4 is not set
   1.292 +# CT_CC_V_4_4_3 is not set
   1.293 +# CT_CC_V_4_4_2 is not set
   1.294 +# CT_CC_V_4_4_1 is not set
   1.295 +# CT_CC_V_4_4_0 is not set
   1.296 +# CT_CC_V_4_3_5 is not set
   1.297 +# CT_CC_V_4_3_4 is not set
   1.298 +# CT_CC_V_4_3_3 is not set
   1.299 +# CT_CC_V_4_3_2 is not set
   1.300 +# CT_CC_V_4_3_1 is not set
   1.301 +# CT_CC_V_4_2_4 is not set
   1.302 +# CT_CC_V_4_2_3 is not set
   1.303 +# CT_CC_V_4_2_2 is not set
   1.304 +# CT_CC_V_4_2_1 is not set
   1.305 +# CT_CC_V_4_2_0 is not set
   1.306 +# CT_CC_V_4_1_2 is not set
   1.307 +# CT_CC_V_4_0_4 is not set
   1.308 +# CT_CC_V_3_4_6 is not set
   1.309 +# CT_CC_GCC_4_2 is not set
   1.310 +CT_CC_GCC_4_2_or_later=y
   1.311 +# CT_CC_GCC_4_3 is not set
   1.312 +CT_CC_GCC_4_3_or_later=y
   1.313 +# CT_CC_GCC_4_4 is not set
   1.314 +CT_CC_GCC_4_4_or_later=y
   1.315 +# CT_CC_GCC_4_5 is not set
   1.316 +CT_CC_GCC_4_5_or_later=y
   1.317 +CT_CC_GCC_4_6=y
   1.318 +CT_CC_GCC_4_6_or_later=y
   1.319 +CT_CC_GCC_HAS_GRAPHITE=y
   1.320 +CT_CC_GCC_HAS_LTO=y
   1.321 +CT_CC_GCC_GOLD=y
   1.322 +CT_CC_GCC_USE_GMP_MPFR=y
   1.323 +CT_CC_GCC_USE_PPL_CLOOG=y
   1.324 +CT_CC_GCC_USE_MPC=y
   1.325 +# CT_CC_GCC_USE_LIBELF is not set
   1.326 +CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
   1.327 +CT_CC_BUGURL=""
   1.328 +CT_CC_ENABLE_CXX_FLAGS=""
   1.329 +CT_CC_CORE_EXTRA_CONFIG="--with-float=hard"
   1.330 +CT_CC_EXTRA_CONFIG="--with-float=hard"
   1.331 +CT_CC_SUPPORT_CXX=y
   1.332 +CT_CC_SUPPORT_FORTRAN=y
   1.333 +CT_CC_SUPPORT_JAVA=y
   1.334 +CT_CC_SUPPORT_ADA=y
   1.335 +CT_CC_SUPPORT_OBJC=y
   1.336 +CT_CC_SUPPORT_OBJCXX=y
   1.337 +
   1.338 +#
   1.339 +# Additional supported languages:
   1.340 +#
   1.341 +CT_CC_LANG_CXX=y
   1.342 +CT_CC_LANG_FORTRAN=y
   1.343 +# CT_CC_LANG_JAVA is not set
   1.344 +# CT_CC_LANG_ADA is not set
   1.345 +# CT_CC_LANG_OBJC is not set
   1.346 +# CT_CC_LANG_OBJCXX is not set
   1.347 +CT_CC_LANG_OTHERS=""
   1.348 +
   1.349 +#
   1.350 +# gcc other options
   1.351 +#
   1.352 +CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
   1.353 +CT_CC_GCC_USE_GRAPHITE=y
   1.354 +CT_CC_GCC_USE_LTO=y
   1.355 +CT_CC_STATIC_LIBSTDCXX=y
   1.356 +# CT_CC_GCC_LIBMUDFLAP is not set
   1.357 +# CT_CC_GCC_LIBGOMP is not set
   1.358 +# CT_CC_GCC_LIBSSP is not set
   1.359 +
   1.360 +#
   1.361 +# Misc. obscure options.
   1.362 +#
   1.363 +CT_CC_CXA_ATEXIT=y
   1.364 +# CT_CC_GCC_DISABLE_PCH is not set
   1.365 +CT_CC_GCC_SJLJ_EXCEPTIONS=m
   1.366 +CT_CC_GCC_LDBL_128=m
   1.367 +
   1.368 +#
   1.369 +# C-library
   1.370 +#
   1.371 +CT_LIBC="glibc"
   1.372 +CT_LIBC_VERSION="2.12.1"
   1.373 +# CT_LIBC_eglibc is not set
   1.374 +CT_LIBC_glibc=y
   1.375 +# CT_LIBC_mingw is not set
   1.376 +# CT_LIBC_newlib is not set
   1.377 +# CT_LIBC_none is not set
   1.378 +# CT_LIBC_uClibc is not set
   1.379 +CT_LIBC_eglibc_AVAILABLE=y
   1.380 +CT_LIBC_glibc_AVAILABLE=y
   1.381 +CT_LIBC_GLIBC_TARBALL=y
   1.382 +# CT_LIBC_GLIBC_V_2_12_2 is not set
   1.383 +CT_LIBC_GLIBC_V_2_12_1=y
   1.384 +# CT_LIBC_GLIBC_V_2_11_1 is not set
   1.385 +# CT_LIBC_GLIBC_V_2_11 is not set
   1.386 +# CT_LIBC_GLIBC_V_2_10_1 is not set
   1.387 +# CT_LIBC_GLIBC_V_2_9 is not set
   1.388 +# CT_LIBC_GLIBC_V_2_8 is not set
   1.389 +# CT_LIBC_GLIBC_V_2_7 is not set
   1.390 +# CT_LIBC_GLIBC_V_2_6_1 is not set
   1.391 +# CT_LIBC_GLIBC_V_2_6 is not set
   1.392 +# CT_LIBC_GLIBC_V_2_5_1 is not set
   1.393 +# CT_LIBC_GLIBC_V_2_5 is not set
   1.394 +CT_LIBC_mingw_AVAILABLE=y
   1.395 +CT_LIBC_newlib_AVAILABLE=y
   1.396 +CT_LIBC_none_AVAILABLE=y
   1.397 +CT_LIBC_uClibc_AVAILABLE=y
   1.398 +CT_LIBC_glibc_familly=y
   1.399 +
   1.400 +#
   1.401 +# glibc/eglibc common options
   1.402 +#
   1.403 +CT_LIBC_GLIBC_EXTRA_CONFIG=""
   1.404 +CT_LIBC_GLIBC_CONFIGPARMS=""
   1.405 +CT_LIBC_GLIBC_EXTRA_CFLAGS=""
   1.406 +CT_LIBC_EXTRA_CC_ARGS=""
   1.407 +# CT_LIBC_ENABLE_FORTIFIED_BUILD is not set
   1.408 +# CT_LIBC_DISABLE_VERSIONING is not set
   1.409 +CT_LIBC_OLDEST_ABI=""
   1.410 +CT_LIBC_GLIBC_FORCE_UNWIND=y
   1.411 +CT_LIBC_GLIBC_USE_PORTS=y
   1.412 +CT_LIBC_ADDONS_LIST=""
   1.413 +
   1.414 +#
   1.415 +# WARNING !!!                                            
   1.416 +#
   1.417 +
   1.418 +#
   1.419 +#   For glibc >= 2.8, it can happen that the tarballs    
   1.420 +#
   1.421 +
   1.422 +#
   1.423 +#   for the addons are not available for download.       
   1.424 +#
   1.425 +
   1.426 +#
   1.427 +#   If that happens, bad luck... Try a previous version  
   1.428 +#
   1.429 +
   1.430 +#
   1.431 +#   or try again later... :-(                            
   1.432 +#
   1.433 +# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
   1.434 +CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
   1.435 +# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
   1.436 +CT_LIBC_GLIBC_MIN_KERNEL="2.6.38.3"
   1.437 +CT_LIBC_SUPPORT_THREADS_ANY=y
   1.438 +CT_LIBC_SUPPORT_NPTL=y
   1.439 +# CT_LIBC_SUPPORT_LINUXTHREADS is not set
   1.440 +# CT_LIBC_SUPPORT_WIN32THREADS is not set
   1.441 +# CT_LIBC_SUPPORT_THREADS_NONE is not set
   1.442 +CT_THREADS="nptl"
   1.443 +
   1.444 +#
   1.445 +# Common C library options
   1.446 +#
   1.447 +CT_THREADS_NPTL=y
   1.448 +# CT_THREADS_LINUXTHREADS is not set
   1.449 +# CT_THREADS_WIN32THREADS is not set
   1.450 +# CT_THREADS_NONE is not set
   1.451 +CT_LIBC_XLDD=y
   1.452 +
   1.453 +#
   1.454 +# Debug facilities
   1.455 +#
   1.456 +CT_DEBUG_dmalloc=y
   1.457 +CT_DMALLOC_V_5_5_2=y
   1.458 +CT_DMALLOC_VERSION="5.5.2"
   1.459 +CT_DEBUG_duma=y
   1.460 +CT_DUMA_A=y
   1.461 +CT_DUMA_SO=y
   1.462 +CT_DUMA_V_2_5_15=y
   1.463 +# CT_DUMA_V_2_5_14 is not set
   1.464 +# CT_DUMA_V_2_5_12 is not set
   1.465 +# CT_DUMA_V_2_5_8 is not set
   1.466 +# CT_DUMA_V_2_5_1 is not set
   1.467 +CT_DUMA_VERSION="2_5_15"
   1.468 +CT_DEBUG_gdb=y
   1.469 +CT_GDB_CROSS=y
   1.470 +CT_GDB_CROSS_STATIC=y
   1.471 +CT_GDB_NATIVE=y
   1.472 +# CT_GDB_NATIVE_NO_STATIC is not set
   1.473 +CT_GDB_NATIVE_STATIC=y
   1.474 +CT_GDB_GDBSERVER=y
   1.475 +CT_GDB_GDBSERVER_STATIC=y
   1.476 +CT_GDB_V_linaro_7_2_2011_02_0=y
   1.477 +# CT_GDB_V_7_2 is not set
   1.478 +# CT_GDB_V_7_1 is not set
   1.479 +# CT_GDB_V_7_0_1 is not set
   1.480 +# CT_GDB_V_7_0 is not set
   1.481 +# CT_GDB_V_6_8 is not set
   1.482 +CT_GDB_7_0_or_later=y
   1.483 +CT_GDB_VERSION="linaro-7.2-2011.02-0"
   1.484 +CT_DEBUG_ltrace=y
   1.485 +CT_LTRACE_V_0_5_3=y
   1.486 +# CT_LTRACE_V_0_5_2 is not set
   1.487 +# CT_LTRACE_V_0_5 is not set
   1.488 +# CT_LTRACE_V_0_4 is not set
   1.489 +CT_LTRACE_VERSION="0.5.3"
   1.490 +CT_LTRACE_0_5_3_or_later=y
   1.491 +CT_DEBUG_strace=y
   1.492 +# CT_STRACE_V_4_5_20 is not set
   1.493 +CT_STRACE_V_4_5_19=y
   1.494 +# CT_STRACE_V_4_5_18 is not set
   1.495 +# CT_STRACE_V_4_5_17 is not set
   1.496 +# CT_STRACE_V_4_5_16 is not set
   1.497 +# CT_STRACE_V_4_5_15 is not set
   1.498 +CT_STRACE_VERSION="4.5.19"
   1.499 +
   1.500 +#
   1.501 +# Companion libraries
   1.502 +#
   1.503 +CT_COMPLIBS_NEEDED=y
   1.504 +CT_GMP_NEEDED=y
   1.505 +CT_MPFR_NEEDED=y
   1.506 +CT_PPL_NEEDED=y
   1.507 +CT_CLOOG_NEEDED=y
   1.508 +CT_MPC_NEEDED=y
   1.509 +# CT_LIBELF_NEEDED is not set
   1.510 +CT_COMPLIBS=y
   1.511 +CT_GMP=y
   1.512 +CT_MPFR=y
   1.513 +CT_PPL=y
   1.514 +CT_CLOOG=y
   1.515 +CT_MPC=y
   1.516 +CT_LIBELF_TARGET=y
   1.517 +CT_GMP_V_5_0_1=y
   1.518 +# CT_GMP_V_4_3_2 is not set
   1.519 +# CT_GMP_V_4_3_1 is not set
   1.520 +# CT_GMP_V_4_3_0 is not set
   1.521 +# CT_GMP_V_4_2_4 is not set
   1.522 +# CT_GMP_V_4_2_2 is not set
   1.523 +CT_GMP_VERSION="5.0.1"
   1.524 +CT_MPFR_V_3_0_0=y
   1.525 +# CT_MPFR_V_2_4_2 is not set
   1.526 +# CT_MPFR_V_2_4_1 is not set
   1.527 +# CT_MPFR_V_2_4_0 is not set
   1.528 +# CT_MPFR_V_2_3_2 is not set
   1.529 +# CT_MPFR_V_2_3_1 is not set
   1.530 +CT_MPFR_VERSION="3.0.0"
   1.531 +CT_PPL_V_0_11_2=y
   1.532 +# CT_PPL_V_0_11_1 is not set
   1.533 +# CT_PPL_V_0_11 is not set
   1.534 +# CT_PPL_V_0_10_2 is not set
   1.535 +CT_PPL_VERSION="0.11.2"
   1.536 +CT_PPL_0_11=y
   1.537 +CT_PPL_NEEDS_LIBPWL=y
   1.538 +CT_CLOOG_V_0_15_10=y
   1.539 +# CT_CLOOG_V_0_15_9 is not set
   1.540 +# CT_CLOOG_V_0_15_8 is not set
   1.541 +# CT_CLOOG_V_0_15_7 is not set
   1.542 +# CT_CLOOG_V_0_15_6 is not set
   1.543 +CT_CLOOG_VERSION="0.15.10"
   1.544 +CT_MPC_V_0_9=y
   1.545 +# CT_MPC_V_0_8_2 is not set
   1.546 +# CT_MPC_V_0_8_1 is not set
   1.547 +# CT_MPC_V_0_7 is not set
   1.548 +# CT_MPC_V_0_6 is not set
   1.549 +CT_MPC_VERSION="0.9"
   1.550 +
   1.551 +#
   1.552 +# libelf version needed to build for target
   1.553 +#
   1.554 +CT_LIBELF_V_0_8_13=y
   1.555 +# CT_LIBELF_V_0_8_12 is not set
   1.556 +CT_LIBELF_VERSION="0.8.13"
   1.557 +
   1.558 +#
   1.559 +# Companion libraries common options
   1.560 +#
   1.561 +# CT_COMPLIBS_CHECK is not set
   1.562 +
   1.563 +#
   1.564 +# Companion tools
   1.565 +#
   1.566 +
   1.567 +#
   1.568 +# READ HELP before you say 'Y' below !!!
   1.569 +#
   1.570 +# CT_COMP_TOOLS is not set
   1.571 +
   1.572 +#
   1.573 +# Test suite
   1.574 +#
   1.575 +CT_TEST_SUITE=y
   1.576 +CT_TEST_SUITE_GCC=y
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/samples/arm-cortex_a15-linux-gnueabi/reported.by	Sun Apr 24 22:47:10 2011 +0200
     2.3 @@ -0,0 +1,3 @@
     2.4 +reporter_name="dsreed on freenode/#crosstool-ng"
     2.5 +reporter_url=""
     2.6 +reporter_comment="Enables experimental support for VFP/NEON hardware floating point."