samples/bfin-unknown-linux-uclibc/crosstool.config
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Oct 16 14:58:29 2011 +0200 (2011-10-16)
branch1.13
changeset 2766 2bc7bf81295a
parent 2581 181206f4bdbc
child 2861 3b8192272c2f
permissions -rw-r--r--
complibs/cloog: fix extraction

In the early days, cloog-ppl was bizarrely packaged: the first tarball
did not contain the version in the name of the extracted directory, so
we had to play tricks.

Nowadays, however, the first component of the path are stripped when
extracting a tarball, which means that the created directory will
always be properly named. So, our old tricks do no longer work, and
worse, they break the build.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from f070d922facf42b0395b7db909e1867d45b245dd)
thomas@1911
     1
#
thomas@1911
     2
# Automatically generated make config: don't edit
yann@2724
     3
# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration
yann@2724
     4
# Sun Oct 16 17:25:34 2011
thomas@1911
     5
#
yann@2724
     6
CT_CONFIGURE_has_xzutils=y
yann@2581
     7
CT_CONFIGURE_has_cvs=y
yann@2581
     8
CT_CONFIGURE_has_svn=y
yann@2055
     9
CT_MODULES=y
thomas@1911
    10
thomas@1911
    11
#
thomas@1911
    12
# Paths and misc options
thomas@1911
    13
#
thomas@1911
    14
thomas@1911
    15
#
thomas@1911
    16
# crosstool-NG behavior
thomas@1911
    17
#
thomas@1911
    18
# CT_OBSOLETE is not set
thomas@1911
    19
# CT_EXPERIMENTAL is not set
thomas@1911
    20
# CT_DEBUG_CT is not set
thomas@1911
    21
thomas@1911
    22
#
thomas@1911
    23
# Paths
thomas@1911
    24
#
thomas@1911
    25
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
thomas@1911
    26
CT_SAVE_TARBALLS=y
yann@2140
    27
CT_WORK_DIR="${CT_TOP_DIR}/.build"
thomas@1911
    28
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
thomas@1911
    29
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
yann@2290
    30
CT_RM_RF_PREFIX_DIR=y
thomas@1911
    31
CT_REMOVE_DOCS=y
thomas@1911
    32
CT_INSTALL_DIR_RO=y
yann@2173
    33
CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES=y
thomas@1911
    34
thomas@1911
    35
#
thomas@1911
    36
# Downloading
thomas@1911
    37
#
thomas@1911
    38
# CT_FORBID_DOWNLOAD is not set
thomas@1911
    39
# CT_FORCE_DOWNLOAD is not set
thomas@1911
    40
CT_CONNECT_TIMEOUT=10
thomas@1911
    41
# CT_ONLY_DOWNLOAD is not set
yann@2724
    42
# CT_USE_MIRROR is not set
thomas@1911
    43
thomas@1911
    44
#
thomas@1911
    45
# Extracting
thomas@1911
    46
#
thomas@1911
    47
# CT_FORCE_EXTRACT is not set
thomas@1911
    48
CT_OVERIDE_CONFIG_GUESS_SUB=y
thomas@1911
    49
# CT_ONLY_EXTRACT is not set
thomas@1911
    50
CT_PATCH_BUNDLED=y
thomas@1911
    51
# CT_PATCH_LOCAL is not set
thomas@1911
    52
# CT_PATCH_BUNDLED_LOCAL is not set
thomas@1911
    53
# CT_PATCH_LOCAL_BUNDLED is not set
thomas@1911
    54
# CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set
thomas@1911
    55
# CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set
thomas@1911
    56
# CT_PATCH_NONE is not set
thomas@1911
    57
CT_PATCH_ORDER="bundled"
thomas@1911
    58
thomas@1911
    59
#
thomas@1911
    60
# Build behavior
thomas@1911
    61
#
yann@2724
    62
CT_PARALLEL_JOBS=0
thomas@1911
    63
CT_LOAD=0
thomas@1911
    64
CT_USE_PIPES=y
yann@2724
    65
CT_EXTRA_FLAGS_FOR_HOST=""
thomas@1911
    66
# CT_CONFIG_SHELL_SH is not set
thomas@1911
    67
# CT_CONFIG_SHELL_ASH is not set
thomas@1911
    68
CT_CONFIG_SHELL_BASH=y
thomas@1911
    69
# CT_CONFIG_SHELL_CUSTOM is not set
yann@2724
    70
CT_CONFIG_SHELL="${bash}"
thomas@1911
    71
thomas@1911
    72
#
thomas@1911
    73
# Logging
thomas@1911
    74
#
thomas@1911
    75
# CT_LOG_ERROR is not set
thomas@1911
    76
# CT_LOG_WARN is not set
yann@1941
    77
# CT_LOG_INFO is not set
yann@1941
    78
CT_LOG_EXTRA=y
thomas@1911
    79
# CT_LOG_ALL is not set
thomas@1911
    80
# CT_LOG_DEBUG is not set
yann@1941
    81
CT_LOG_LEVEL_MAX="EXTRA"
thomas@1911
    82
# CT_LOG_SEE_TOOLS_WARN is not set
thomas@1911
    83
CT_LOG_PROGRESS_BAR=y
thomas@1911
    84
CT_LOG_TO_FILE=y
thomas@1911
    85
CT_LOG_FILE_COMPRESS=y
thomas@1911
    86
thomas@1911
    87
#
thomas@1911
    88
# Target options
thomas@1911
    89
#
thomas@1911
    90
CT_ARCH="blackfin"
thomas@1911
    91
CT_ARCH_SUPPORTS_32=y
thomas@1911
    92
CT_ARCH_SUPPORT_ARCH=y
thomas@1911
    93
CT_ARCH_SUPPORT_CPU=y
thomas@1911
    94
CT_ARCH_SUPPORT_TUNE=y
thomas@1911
    95
CT_ARCH_SUPPORT_FPU=y
thomas@1911
    96
CT_ARCH_DEFAULT_LE=y
thomas@1911
    97
CT_ARCH_DEFAULT_32=y
thomas@1911
    98
CT_ARCH_ARCH=""
thomas@1911
    99
CT_ARCH_CPU=""
thomas@1911
   100
CT_ARCH_TUNE=""
thomas@1911
   101
CT_ARCH_FPU=""
thomas@1911
   102
CT_ARCH_32=y
thomas@1911
   103
CT_ARCH_BITNESS=32
thomas@1911
   104
CT_ARCH_FLOAT_HW=y
thomas@1911
   105
# CT_ARCH_FLOAT_SW is not set
thomas@1911
   106
CT_TARGET_CFLAGS=""
thomas@1911
   107
CT_TARGET_LDFLAGS=""
thomas@1911
   108
# CT_ARCH_alpha is not set
thomas@1911
   109
# CT_ARCH_arm is not set
thomas@1911
   110
# CT_ARCH_avr32 is not set
thomas@1911
   111
CT_ARCH_blackfin=y
thomas@1911
   112
# CT_ARCH_mips is not set
thomas@1911
   113
# CT_ARCH_powerpc is not set
thomas@1911
   114
# CT_ARCH_sh is not set
yann@2426
   115
# CT_ARCH_sparc is not set
thomas@1911
   116
# CT_ARCH_x86 is not set
yann@1941
   117
CT_ARCH_alpha_AVAILABLE=y
yann@1941
   118
CT_ARCH_arm_AVAILABLE=y
yann@1941
   119
CT_ARCH_avr32_AVAILABLE=y
yann@1941
   120
CT_ARCH_blackfin_AVAILABLE=y
yann@1941
   121
CT_ARCH_m68k_AVAILABLE=y
yann@1941
   122
CT_ARCH_mips_AVAILABLE=y
yann@1941
   123
CT_ARCH_powerpc_AVAILABLE=y
yann@1941
   124
CT_ARCH_s390_AVAILABLE=y
yann@1941
   125
CT_ARCH_sh_AVAILABLE=y
yann@2426
   126
CT_ARCH_sparc_AVAILABLE=y
yann@1941
   127
CT_ARCH_x86_AVAILABLE=y
yann@2426
   128
yann@2426
   129
#
yann@2426
   130
# Generic target options
yann@2426
   131
#
thomas@1911
   132
thomas@1911
   133
#
thomas@1911
   134
# Target optimisations
thomas@1911
   135
#
thomas@1911
   136
thomas@1911
   137
#
thomas@1911
   138
# Toolchain options
thomas@1911
   139
#
thomas@1911
   140
thomas@1911
   141
#
thomas@1911
   142
# General toolchain options
thomas@1911
   143
#
yann@2290
   144
CT_FORCE_SYSROOT=y
thomas@1911
   145
CT_USE_SYSROOT=y
yann@2290
   146
CT_SYSROOT_NAME="sysroot"
thomas@1911
   147
CT_SYSROOT_DIR_PREFIX=""
yann@2581
   148
CT_TOOLCHAIN_PKGVERSION=""
yann@2581
   149
CT_TOOLCHAIN_BUGURL=""
thomas@1911
   150
thomas@1911
   151
#
thomas@1911
   152
# Tuple completion and aliasing
thomas@1911
   153
#
thomas@1911
   154
CT_TARGET_VENDOR="unknown"
thomas@1911
   155
CT_TARGET_ALIAS_SED_EXPR=""
thomas@1911
   156
CT_TARGET_ALIAS=""
thomas@1911
   157
thomas@1911
   158
#
thomas@1911
   159
# Toolchain type
thomas@1911
   160
#
thomas@1911
   161
CT_CROSS=y
thomas@1911
   162
CT_TOOLCHAIN_TYPE="cross"
thomas@1911
   163
thomas@1911
   164
#
thomas@1911
   165
# Build system
thomas@1911
   166
#
thomas@1911
   167
CT_BUILD=""
thomas@1911
   168
CT_BUILD_PREFIX=""
thomas@1911
   169
CT_BUILD_SUFFIX=""
thomas@1911
   170
thomas@1911
   171
#
thomas@1911
   172
# Operating System
thomas@1911
   173
#
thomas@1911
   174
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
thomas@1911
   175
CT_KERNEL="linux"
yann@2724
   176
CT_KERNEL_VERSION="2.6.33.19"
thomas@1911
   177
# CT_KERNEL_bare_metal is not set
thomas@1911
   178
CT_KERNEL_linux=y
yann@1941
   179
CT_KERNEL_bare_metal_AVAILABLE=y
yann@1941
   180
CT_KERNEL_linux_AVAILABLE=y
yann@2724
   181
# CT_KERNEL_V_3_0_4 is not set
yann@2724
   182
# CT_KERNEL_V_3_0_3 is not set
yann@2724
   183
# CT_KERNEL_V_3_0_2 is not set
yann@2724
   184
# CT_KERNEL_V_3_0_1 is not set
yann@2581
   185
# CT_KERNEL_V_3_0 is not set
yann@2724
   186
# CT_KERNEL_V_2_6_39_4 is not set
yann@2581
   187
# CT_KERNEL_V_2_6_38_8 is not set
yann@2581
   188
# CT_KERNEL_V_2_6_37_6 is not set
yann@2581
   189
# CT_KERNEL_V_2_6_36_4 is not set
yann@2724
   190
# CT_KERNEL_V_2_6_35_14 is not set
yann@2581
   191
# CT_KERNEL_V_2_6_34_10 is not set
yann@2724
   192
CT_KERNEL_V_2_6_33_19=y
yann@2724
   193
# CT_KERNEL_V_2_6_32_46 is not set
yann@2581
   194
# CT_KERNEL_V_2_6_31_14 is not set
yann@2581
   195
# CT_KERNEL_V_2_6_27_59 is not set
yann@2581
   196
# CT_KERNEL_LINUX_CUSTOM is not set
yann@2426
   197
CT_KERNEL_mingw32_AVAILABLE=y
yann@2426
   198
yann@2426
   199
#
yann@2426
   200
# Common kernel options
yann@2426
   201
#
yann@2426
   202
CT_SHARED_LIBS=y
yann@2426
   203
yann@2426
   204
#
yann@2426
   205
# linux other options
yann@2426
   206
#
thomas@1911
   207
CT_KERNEL_LINUX_VERBOSITY_0=y
thomas@1911
   208
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
thomas@1911
   209
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
thomas@1911
   210
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
yann@2055
   211
CT_KERNEL_LINUX_INSTALL_CHECK=y
thomas@1911
   212
thomas@1911
   213
#
thomas@1911
   214
# Binary utilities
thomas@1911
   215
#
thomas@1911
   216
# CT_ARCH_BINFMT_FLAT is not set
thomas@1911
   217
CT_ARCH_BINFMT_FDPIC=y
thomas@1911
   218
thomas@1911
   219
#
thomas@1911
   220
# GNU binutils
thomas@1911
   221
#
yann@2724
   222
# CT_BINUTILS_V_2_21_1a is not set
yann@2724
   223
CT_BINUTILS_V_2_20_1a=y
yann@2724
   224
# CT_BINUTILS_V_2_19_1a is not set
yann@2724
   225
# CT_BINUTILS_V_2_18a is not set
yann@2724
   226
CT_BINUTILS_VERSION="2.20.1a"
yann@2581
   227
CT_BINUTILS_2_20_or_later=y
yann@2581
   228
CT_BINUTILS_2_19_or_later=y
yann@2581
   229
CT_BINUTILS_2_18_or_later=y
yann@2581
   230
CT_BINUTILS_HAS_PKGVERSION_BUGURL=y
yann@2426
   231
CT_BINUTILS_LINKER_LD=y
yann@2426
   232
CT_BINUTILS_LINKERS_LIST="ld"
yann@2426
   233
CT_BINUTILS_LINKER_DEFAULT="bfd"
yann@2581
   234
CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
thomas@1911
   235
# CT_BINUTILS_FOR_TARGET is not set
thomas@1911
   236
thomas@1911
   237
#
thomas@1911
   238
# C compiler
thomas@1911
   239
#
thomas@1911
   240
CT_CC="gcc"
thomas@1911
   241
CT_CC_VERSION="4.3.4"
thomas@1911
   242
CT_CC_gcc=y
yann@2426
   243
# CT_CC_V_4_4_6 is not set
yann@2173
   244
# CT_CC_V_4_4_5 is not set
yann@2055
   245
# CT_CC_V_4_4_4 is not set
thomas@1911
   246
# CT_CC_V_4_4_3 is not set
thomas@1911
   247
# CT_CC_V_4_4_2 is not set
thomas@1911
   248
# CT_CC_V_4_4_1 is not set
thomas@1911
   249
# CT_CC_V_4_4_0 is not set
yann@2581
   250
# CT_CC_V_4_3_6 is not set
yann@2173
   251
# CT_CC_V_4_3_5 is not set
thomas@1911
   252
CT_CC_V_4_3_4=y
thomas@1911
   253
# CT_CC_V_4_3_3 is not set
thomas@1911
   254
# CT_CC_V_4_3_2 is not set
thomas@1911
   255
# CT_CC_V_4_3_1 is not set
thomas@1911
   256
# CT_CC_V_4_2_4 is not set
thomas@1911
   257
# CT_CC_V_4_2_2 is not set
yann@1941
   258
CT_CC_GCC_4_2_or_later=y
yann@2426
   259
CT_CC_GCC_4_3=y
thomas@1911
   260
CT_CC_GCC_4_3_or_later=y
yann@2581
   261
CT_CC_GCC_HAS_PKGVERSION_BUGURL=y
yann@1941
   262
CT_CC_GCC_USE_GMP_MPFR=y
yann@2724
   263
# CT_CC_LANG_FORTRAN is not set
thomas@1911
   264
CT_CC_SUPPORT_CXX=y
thomas@1911
   265
CT_CC_SUPPORT_FORTRAN=y
thomas@1911
   266
CT_CC_SUPPORT_JAVA=y
thomas@1911
   267
CT_CC_SUPPORT_ADA=y
thomas@1911
   268
CT_CC_SUPPORT_OBJC=y
thomas@1911
   269
CT_CC_SUPPORT_OBJCXX=y
thomas@1911
   270
thomas@1911
   271
#
thomas@1911
   272
# Additional supported languages:
thomas@1911
   273
#
thomas@1911
   274
# CT_CC_LANG_CXX is not set
thomas@1911
   275
# CT_CC_LANG_JAVA is not set
thomas@1911
   276
thomas@1911
   277
#
yann@2055
   278
# gcc other options
yann@2055
   279
#
yann@2426
   280
CT_CC_ENABLE_CXX_FLAGS=""
yann@2581
   281
CT_CC_CORE_EXTRA_CONFIG_ARRAY=""
yann@2581
   282
CT_CC_EXTRA_CONFIG_ARRAY=""
yann@2426
   283
yann@2426
   284
#
yann@2426
   285
# Optimisation features
yann@2426
   286
#
yann@2426
   287
yann@2426
   288
#
yann@2426
   289
# Settings for libraries running on target
yann@2426
   290
#
yann@2055
   291
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
yann@2173
   292
# CT_CC_GCC_LIBMUDFLAP is not set
yann@2173
   293
# CT_CC_GCC_LIBGOMP is not set
yann@2173
   294
# CT_CC_GCC_LIBSSP is not set
yann@2055
   295
yann@2055
   296
#
yann@2055
   297
# Misc. obscure options.
yann@2055
   298
#
yann@2055
   299
CT_CC_CXA_ATEXIT=y
yann@2055
   300
# CT_CC_GCC_DISABLE_PCH is not set
yann@2055
   301
CT_CC_GCC_SJLJ_EXCEPTIONS=m
yann@2173
   302
CT_CC_GCC_LDBL_128=m
yann@2055
   303
yann@2055
   304
#
thomas@1911
   305
# C-library
thomas@1911
   306
#
thomas@1911
   307
CT_LIBC="uClibc"
thomas@1911
   308
CT_LIBC_VERSION="0.9.30.2"
thomas@1911
   309
CT_LIBC_uClibc=y
yann@1941
   310
CT_LIBC_eglibc_AVAILABLE=y
yann@1941
   311
CT_LIBC_glibc_AVAILABLE=y
yann@2055
   312
CT_LIBC_mingw_AVAILABLE=y
yann@1941
   313
CT_LIBC_newlib_AVAILABLE=y
yann@1941
   314
CT_LIBC_none_AVAILABLE=y
yann@1941
   315
CT_LIBC_uClibc_AVAILABLE=y
yann@2581
   316
# CT_LIBC_UCLIBC_V_0_9_32 is not set
yann@2173
   317
# CT_LIBC_UCLIBC_V_0_9_30_3 is not set
thomas@1911
   318
CT_LIBC_UCLIBC_V_0_9_30_2=y
yann@2240
   319
# CT_LIBC_UCLIBC_V_0_9_30_1 is not set
yann@2240
   320
# CT_LIBC_UCLIBC_V_0_9_30 is not set
thomas@1911
   321
CT_LIBC_UCLIBC_0_9_30_or_later=y
thomas@1911
   322
CT_LIBC_UCLIBC_PARALLEL=y
thomas@1911
   323
CT_LIBC_UCLIBC_VERBOSITY_0=y
thomas@1911
   324
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
yann@2055
   325
# CT_LIBC_UCLIBC_VERBOSITY_2 is not set
thomas@1911
   326
CT_LIBC_UCLIBC_VERBOSITY=""
thomas@1911
   327
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
thomas@1911
   328
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
thomas@1911
   329
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
thomas@1911
   330
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
thomas@1911
   331
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
yann@2055
   332
CT_LIBC_SUPPORT_THREADS_ANY=y
thomas@1911
   333
CT_LIBC_SUPPORT_LINUXTHREADS=y
yann@2290
   334
CT_LIBC_SUPPORT_THREADS_NONE=y
thomas@1911
   335
CT_THREADS="linuxthreads"
thomas@1911
   336
thomas@1911
   337
#
thomas@1911
   338
# Common C library options
thomas@1911
   339
#
thomas@1911
   340
CT_THREADS_LINUXTHREADS=y
thomas@1911
   341
# CT_THREADS_NONE is not set
yann@2055
   342
CT_LIBC_XLDD=y
yann@2055
   343
yann@2055
   344
#
yann@2055
   345
# uClibc other options
yann@2055
   346
#
yann@2055
   347
CT_LIBC_UCLIBC_LNXTHRD_OLD=y
yann@2055
   348
# CT_LIBC_UCLIBC_LNXTHRD_NEW is not set
yann@2055
   349
CT_LIBC_UCLIBC_LNXTHRD="old"
yann@2055
   350
# CT_LIBC_UCLIBC_LOCALES is not set
yann@2055
   351
# CT_LIBC_UCLIBC_WCHAR is not set
thomas@1911
   352
thomas@1911
   353
#
thomas@1911
   354
# Debug facilities
thomas@1911
   355
#
thomas@1911
   356
# CT_DEBUG_dmalloc is not set
thomas@1911
   357
# CT_DEBUG_duma is not set
thomas@1911
   358
# CT_DEBUG_gdb is not set
thomas@1911
   359
# CT_DEBUG_ltrace is not set
thomas@1911
   360
# CT_DEBUG_strace is not set
thomas@1911
   361
thomas@1911
   362
#
thomas@1911
   363
# Companion libraries
thomas@1911
   364
#
yann@2173
   365
CT_COMPLIBS_NEEDED=y
yann@2173
   366
CT_GMP_NEEDED=y
yann@2173
   367
CT_MPFR_NEEDED=y
thomas@1911
   368
CT_COMPLIBS=y
thomas@1911
   369
CT_GMP=y
thomas@1911
   370
CT_MPFR=y
yann@1941
   371
CT_GMP_V_4_3_2=y
yann@1941
   372
# CT_GMP_V_4_3_1 is not set
thomas@1911
   373
# CT_GMP_V_4_3_0 is not set
yann@1941
   374
CT_GMP_VERSION="4.3.2"
yann@2055
   375
# CT_MPFR_V_3_0_0 is not set
thomas@1911
   376
CT_MPFR_V_2_4_2=y
thomas@1911
   377
# CT_MPFR_V_2_4_1 is not set
thomas@1911
   378
# CT_MPFR_V_2_4_0 is not set
thomas@1911
   379
CT_MPFR_VERSION="2.4.2"
thomas@1911
   380
thomas@1911
   381
#
thomas@1911
   382
# Companion libraries common options
thomas@1911
   383
#
yann@1941
   384
# CT_COMPLIBS_CHECK is not set