samples/s390x-ibm-linux-gnu/crosstool.config
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 02 18:28:10 2011 +0200 (2011-08-02)
changeset 2590 b64cfb67944e
parent 2426 c28f755277eb
child 2724 a32156bd31c0
permissions -rw-r--r--
scripts/functions: svn retrieval first tries the mirror for tarballs

The svn download helper looks for the local tarballs dir to see if it
can find a pre-downloaded tarball, and if it does not find it, does
the actual fetch to upstream via svn.

In the process, it does not even try to get a tarball from the local
mirror, which can be useful if the mirror has been pre-populated
manually (or with a previously downloaded tree).

Fake a tarball get with the standard tarball-download helper, but
without specifying any upstream URL, which makes the helper directly
try the LAN mirror.

Of course, if no mirror is specified, no URL wil be available, and
the standard svn retrieval will kick in.

Reported-by: ANDY KENNEDY <ANDY.KENNEDY@adtran.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
harold@1629
     1
#
harold@1629
     2
# Automatically generated make config: don't edit
yann@2581
     3
# The crosstool-NG configuration menu
yann@2581
     4
# Sun Jul 31 20:50:07 2011
harold@1629
     5
#
yann@2581
     6
CT_CONFIGURE_has_cvs=y
yann@2581
     7
CT_CONFIGURE_has_svn=y
yann@2581
     8
CT_CONFIGURE_static_link_ok=y
yann@2581
     9
CT_CONFIGURE_has_static_libstdcxx=y
yann@2581
    10
CT_CONFIGURE_has_expat=y
yann@2581
    11
CT_CONFIGURE_has_static_expat=y
yann@2055
    12
CT_MODULES=y
harold@1629
    13
harold@1629
    14
#
harold@1629
    15
# Paths and misc options
harold@1629
    16
#
harold@1629
    17
harold@1629
    18
#
harold@1629
    19
# crosstool-NG behavior
harold@1629
    20
#
harold@1629
    21
# CT_OBSOLETE is not set
harold@1629
    22
CT_EXPERIMENTAL=y
harold@1629
    23
# CT_DEBUG_CT is not set
harold@1629
    24
harold@1629
    25
#
harold@1629
    26
# Paths
harold@1629
    27
#
harold@1629
    28
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
harold@1629
    29
CT_SAVE_TARBALLS=y
yann@2140
    30
CT_WORK_DIR="${CT_TOP_DIR}/.build"
harold@1629
    31
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
harold@1629
    32
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
yann@2290
    33
CT_RM_RF_PREFIX_DIR=y
harold@1629
    34
CT_REMOVE_DOCS=y
harold@1629
    35
CT_INSTALL_DIR_RO=y
yann@2173
    36
CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES=y
harold@1629
    37
harold@1629
    38
#
harold@1629
    39
# Downloading
harold@1629
    40
#
harold@1629
    41
# CT_FORBID_DOWNLOAD is not set
harold@1629
    42
# CT_FORCE_DOWNLOAD is not set
harold@1629
    43
# CT_USE_MIRROR is not set
harold@1629
    44
CT_CONNECT_TIMEOUT=10
harold@1629
    45
# CT_ONLY_DOWNLOAD is not set
harold@1629
    46
harold@1629
    47
#
harold@1629
    48
# Extracting
harold@1629
    49
#
harold@1629
    50
# CT_FORCE_EXTRACT is not set
harold@1629
    51
CT_OVERIDE_CONFIG_GUESS_SUB=y
harold@1629
    52
# CT_ONLY_EXTRACT is not set
harold@1629
    53
# CT_PATCH_BUNDLED is not set
yann@1631
    54
# CT_PATCH_LOCAL is not set
harold@1629
    55
# CT_PATCH_BUNDLED_LOCAL is not set
harold@1629
    56
# CT_PATCH_LOCAL_BUNDLED is not set
harold@1629
    57
# CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set
harold@1629
    58
# CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set
yann@1631
    59
CT_PATCH_NONE=y
yann@1631
    60
CT_PATCH_ORDER="none"
harold@1629
    61
harold@1629
    62
#
harold@1629
    63
# Build behavior
harold@1629
    64
#
harold@1629
    65
CT_PARALLEL_JOBS=1
harold@1629
    66
CT_LOAD=0
harold@1629
    67
CT_USE_PIPES=y
harold@1629
    68
# CT_CONFIG_SHELL_SH is not set
harold@1629
    69
# CT_CONFIG_SHELL_ASH is not set
harold@1629
    70
CT_CONFIG_SHELL_BASH=y
harold@1629
    71
# CT_CONFIG_SHELL_CUSTOM is not set
harold@1629
    72
CT_CONFIG_SHELL="bash"
harold@1629
    73
harold@1629
    74
#
harold@1629
    75
# Logging
harold@1629
    76
#
harold@1629
    77
# CT_LOG_ERROR is not set
harold@1629
    78
# CT_LOG_WARN is not set
yann@1841
    79
# CT_LOG_INFO is not set
yann@1841
    80
CT_LOG_EXTRA=y
yann@1841
    81
# CT_LOG_ALL is not set
harold@1629
    82
# CT_LOG_DEBUG is not set
yann@1841
    83
CT_LOG_LEVEL_MAX="EXTRA"
harold@1629
    84
# CT_LOG_SEE_TOOLS_WARN is not set
harold@1629
    85
CT_LOG_PROGRESS_BAR=y
harold@1629
    86
CT_LOG_TO_FILE=y
harold@1629
    87
CT_LOG_FILE_COMPRESS=y
harold@1629
    88
harold@1629
    89
#
harold@1629
    90
# Target options
harold@1629
    91
#
yann@1636
    92
CT_ARCH="s390"
yann@1636
    93
CT_ARCH_SUPPORTS_32=y
yann@1636
    94
CT_ARCH_SUPPORTS_64=y
harold@1629
    95
CT_ARCH_SUPPORT_FPU=y
yann@1636
    96
CT_ARCH_DEFAULT_32=y
harold@1629
    97
CT_ARCH_FPU=""
yann@1638
    98
# CT_ARCH_32 is not set
yann@1638
    99
CT_ARCH_64=y
yann@1791
   100
CT_ARCH_BITNESS=64
harold@1629
   101
CT_ARCH_FLOAT_HW=y
harold@1629
   102
# CT_ARCH_FLOAT_SW is not set
harold@1629
   103
CT_TARGET_CFLAGS=""
harold@1629
   104
CT_TARGET_LDFLAGS=""
harold@1629
   105
# CT_ARCH_alpha is not set
harold@1629
   106
# CT_ARCH_arm is not set
harold@1629
   107
# CT_ARCH_avr32 is not set
yann@1941
   108
# CT_ARCH_blackfin is not set
yann@1791
   109
# CT_ARCH_m68k is not set
harold@1629
   110
# CT_ARCH_mips is not set
yann@1631
   111
# CT_ARCH_powerpc is not set
yann@1636
   112
CT_ARCH_s390=y
harold@1629
   113
# CT_ARCH_sh is not set
yann@2426
   114
# CT_ARCH_sparc is not set
yann@1631
   115
# CT_ARCH_x86 is not set
yann@1941
   116
CT_ARCH_alpha_AVAILABLE=y
yann@1941
   117
CT_ARCH_arm_AVAILABLE=y
yann@1941
   118
CT_ARCH_avr32_AVAILABLE=y
yann@1941
   119
CT_ARCH_blackfin_AVAILABLE=y
yann@1941
   120
CT_ARCH_m68k_AVAILABLE=y
yann@1941
   121
CT_ARCH_mips_AVAILABLE=y
yann@1941
   122
CT_ARCH_powerpc_AVAILABLE=y
yann@1941
   123
CT_ARCH_s390_AVAILABLE=y
yann@1941
   124
CT_ARCH_sh_AVAILABLE=y
yann@2426
   125
CT_ARCH_sparc_AVAILABLE=y
yann@1941
   126
CT_ARCH_x86_AVAILABLE=y
yann@2426
   127
yann@2426
   128
#
yann@2426
   129
# Generic target options
yann@2426
   130
#
harold@1629
   131
CT_ARCH_USE_MMU=y
harold@1629
   132
harold@1629
   133
#
harold@1629
   134
# Target optimisations
harold@1629
   135
#
harold@1629
   136
harold@1629
   137
#
harold@1629
   138
# Toolchain options
harold@1629
   139
#
harold@1629
   140
harold@1629
   141
#
harold@1629
   142
# General toolchain options
harold@1629
   143
#
yann@2290
   144
CT_FORCE_SYSROOT=y
harold@1629
   145
CT_USE_SYSROOT=y
yann@2290
   146
CT_SYSROOT_NAME="sysroot"
harold@1629
   147
CT_SYSROOT_DIR_PREFIX=""
yann@2581
   148
CT_STATIC_TOOLCHAIN_POSSIBLE=y
yann@2290
   149
# CT_STATIC_TOOLCHAIN is not set
yann@2581
   150
CT_TOOLCHAIN_PKGVERSION=""
yann@2581
   151
CT_TOOLCHAIN_BUGURL=""
harold@1629
   152
harold@1629
   153
#
harold@1629
   154
# Tuple completion and aliasing
harold@1629
   155
#
harold@1629
   156
CT_TARGET_VENDOR="unknown"
harold@1629
   157
CT_TARGET_ALIAS_SED_EXPR=""
harold@1629
   158
CT_TARGET_ALIAS=""
harold@1629
   159
harold@1629
   160
#
harold@1629
   161
# Toolchain type
harold@1629
   162
#
harold@1629
   163
# CT_NATIVE is not set
harold@1629
   164
CT_CROSS=y
harold@1629
   165
# CT_CROSS_NATIVE is not set
harold@1629
   166
# CT_CANADIAN is not set
harold@1629
   167
CT_TOOLCHAIN_TYPE="cross"
harold@1629
   168
harold@1629
   169
#
harold@1629
   170
# Build system
harold@1629
   171
#
harold@1629
   172
CT_BUILD=""
harold@1629
   173
CT_BUILD_PREFIX=""
harold@1629
   174
CT_BUILD_SUFFIX=""
harold@1629
   175
harold@1629
   176
#
harold@1629
   177
# Operating System
harold@1629
   178
#
harold@1629
   179
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
harold@1629
   180
CT_KERNEL="linux"
yann@2055
   181
CT_KERNEL_VERSION="2.6.31.14"
harold@1629
   182
# CT_KERNEL_bare_metal is not set
harold@1629
   183
CT_KERNEL_linux=y
yann@1941
   184
CT_KERNEL_bare_metal_AVAILABLE=y
yann@1941
   185
CT_KERNEL_linux_AVAILABLE=y
yann@2581
   186
CT_KERNEL_LINUX_INSTALL=y
yann@2581
   187
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
yann@2581
   188
# CT_KERNEL_V_3_0 is not set
yann@2581
   189
# CT_KERNEL_V_2_6_39_3 is not set
yann@2581
   190
# CT_KERNEL_V_2_6_39_2 is not set
yann@2581
   191
# CT_KERNEL_V_2_6_39_1 is not set
yann@2581
   192
# CT_KERNEL_V_2_6_39 is not set
yann@2581
   193
# CT_KERNEL_V_2_6_38_8 is not set
yann@2581
   194
# CT_KERNEL_V_2_6_37_6 is not set
yann@2581
   195
# CT_KERNEL_V_2_6_36_4 is not set
yann@2581
   196
# CT_KERNEL_V_2_6_35_13 is not set
yann@2581
   197
# CT_KERNEL_V_2_6_34_10 is not set
yann@2581
   198
# CT_KERNEL_V_2_6_33_16 is not set
yann@2581
   199
# CT_KERNEL_V_2_6_32_43 is not set
yann@2581
   200
CT_KERNEL_V_2_6_31_14=y
yann@2581
   201
# CT_KERNEL_V_2_6_27_59 is not set
yann@2581
   202
# CT_KERNEL_LINUX_CUSTOM is not set
yann@2426
   203
CT_KERNEL_mingw32_AVAILABLE=y
yann@2426
   204
yann@2426
   205
#
yann@2426
   206
# Common kernel options
yann@2426
   207
#
yann@2426
   208
CT_SHARED_LIBS=y
yann@2426
   209
yann@2426
   210
#
yann@2426
   211
# linux other options
yann@2426
   212
#
harold@1629
   213
CT_KERNEL_LINUX_VERBOSITY_0=y
harold@1629
   214
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
harold@1629
   215
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
harold@1629
   216
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
yann@2055
   217
CT_KERNEL_LINUX_INSTALL_CHECK=y
harold@1629
   218
harold@1629
   219
#
harold@1629
   220
# Binary utilities
harold@1629
   221
#
harold@1629
   222
CT_ARCH_BINFMT_ELF=y
harold@1629
   223
harold@1629
   224
#
harold@1629
   225
# GNU binutils
harold@1629
   226
#
yann@2290
   227
# CT_BINUTILS_V_2_21 is not set
yann@2055
   228
# CT_BINUTILS_V_2_20_1 is not set
harold@1629
   229
# CT_BINUTILS_V_2_20 is not set
harold@1629
   230
CT_BINUTILS_V_2_19_1=y
harold@1629
   231
# CT_BINUTILS_V_2_19 is not set
harold@1629
   232
# CT_BINUTILS_V_2_18 is not set
harold@1629
   233
CT_BINUTILS_VERSION="2.19.1"
yann@2581
   234
CT_BINUTILS_2_19_or_later=y
yann@2581
   235
CT_BINUTILS_2_18_or_later=y
yann@2581
   236
CT_BINUTILS_HAS_PKGVERSION_BUGURL=y
yann@2426
   237
CT_BINUTILS_FORCE_LD_BFD=y
yann@2426
   238
CT_BINUTILS_LINKER_LD=y
yann@2426
   239
CT_BINUTILS_LINKERS_LIST="ld"
yann@2426
   240
CT_BINUTILS_LINKER_DEFAULT="bfd"
yann@2581
   241
CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
yann@1841
   242
# CT_BINUTILS_FOR_TARGET is not set
harold@1629
   243
harold@1629
   244
#
harold@1629
   245
# C compiler
harold@1629
   246
#
harold@1629
   247
CT_CC="gcc"
yann@2426
   248
CT_CC_VERSION="4.4.5"
harold@1629
   249
CT_CC_gcc=y
yann@2426
   250
# CT_CC_GCC_SHOW_LINARO is not set
yann@2581
   251
# CT_CC_V_4_6_1 is not set
yann@2426
   252
# CT_CC_V_4_6_0 is not set
yann@2581
   253
# CT_CC_V_4_5_3 is not set
yann@2290
   254
# CT_CC_V_4_5_2 is not set
yann@2173
   255
# CT_CC_V_4_5_1 is not set
yann@1941
   256
# CT_CC_V_4_5_0 is not set
yann@2426
   257
# CT_CC_V_4_4_6 is not set
yann@2426
   258
CT_CC_V_4_4_5=y
yann@2055
   259
# CT_CC_V_4_4_4 is not set
yann@1791
   260
# CT_CC_V_4_4_3 is not set
harold@1629
   261
# CT_CC_V_4_4_2 is not set
harold@1629
   262
# CT_CC_V_4_4_1 is not set
harold@1629
   263
# CT_CC_V_4_4_0 is not set
yann@2581
   264
# CT_CC_V_4_3_6 is not set
yann@2173
   265
# CT_CC_V_4_3_5 is not set
yann@2426
   266
# CT_CC_V_4_3_4 is not set
harold@1629
   267
# CT_CC_V_4_3_3 is not set
harold@1629
   268
# CT_CC_V_4_3_2 is not set
harold@1629
   269
# CT_CC_V_4_3_1 is not set
harold@1629
   270
# CT_CC_V_4_2_4 is not set
harold@1629
   271
# CT_CC_V_4_2_2 is not set
yann@1941
   272
CT_CC_GCC_4_2_or_later=y
harold@1629
   273
CT_CC_GCC_4_3_or_later=y
yann@2426
   274
CT_CC_GCC_4_4=y
yann@2426
   275
CT_CC_GCC_4_4_or_later=y
yann@2426
   276
CT_CC_GCC_HAS_GRAPHITE=y
yann@2581
   277
CT_CC_GCC_HAS_PKGVERSION_BUGURL=y
yann@1941
   278
CT_CC_GCC_USE_GMP_MPFR=y
yann@2426
   279
CT_CC_GCC_USE_PPL_CLOOG=y
harold@1629
   280
CT_CC_SUPPORT_CXX=y
harold@1629
   281
CT_CC_SUPPORT_FORTRAN=y
harold@1629
   282
CT_CC_SUPPORT_JAVA=y
harold@1629
   283
CT_CC_SUPPORT_ADA=y
harold@1629
   284
CT_CC_SUPPORT_OBJC=y
harold@1629
   285
CT_CC_SUPPORT_OBJCXX=y
harold@1629
   286
harold@1629
   287
#
harold@1629
   288
# Additional supported languages:
harold@1629
   289
#
harold@1629
   290
CT_CC_LANG_CXX=y
harold@1629
   291
# CT_CC_LANG_FORTRAN is not set
harold@1629
   292
# CT_CC_LANG_JAVA is not set
harold@1629
   293
# CT_CC_LANG_ADA is not set
harold@1629
   294
# CT_CC_LANG_OBJC is not set
harold@1629
   295
# CT_CC_LANG_OBJCXX is not set
harold@1629
   296
CT_CC_LANG_OTHERS=""
harold@1629
   297
harold@1629
   298
#
yann@2055
   299
# gcc other options
yann@2055
   300
#
yann@2426
   301
CT_CC_ENABLE_CXX_FLAGS=""
yann@2581
   302
CT_CC_CORE_EXTRA_CONFIG_ARRAY=""
yann@2581
   303
CT_CC_EXTRA_CONFIG_ARRAY=""
yann@2426
   304
CT_CC_STATIC_LIBSTDCXX=y
yann@2426
   305
yann@2426
   306
#
yann@2426
   307
# Optimisation features
yann@2426
   308
#
yann@2426
   309
CT_CC_GCC_USE_GRAPHITE=y
yann@2426
   310
yann@2426
   311
#
yann@2426
   312
# Settings for libraries running on target
yann@2426
   313
#
yann@2055
   314
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
yann@2173
   315
# CT_CC_GCC_LIBMUDFLAP is not set
yann@2173
   316
# CT_CC_GCC_LIBGOMP is not set
yann@2173
   317
# CT_CC_GCC_LIBSSP is not set
yann@2055
   318
yann@2055
   319
#
yann@2055
   320
# Misc. obscure options.
yann@2055
   321
#
yann@2055
   322
CT_CC_CXA_ATEXIT=y
yann@2055
   323
# CT_CC_GCC_DISABLE_PCH is not set
yann@2055
   324
CT_CC_GCC_SJLJ_EXCEPTIONS=m
yann@2173
   325
CT_CC_GCC_LDBL_128=m
yann@2055
   326
yann@2055
   327
#
harold@1629
   328
# C-library
harold@1629
   329
#
harold@1629
   330
CT_LIBC="glibc"
harold@1629
   331
CT_LIBC_VERSION="2.9"
harold@1629
   332
# CT_LIBC_eglibc is not set
harold@1629
   333
CT_LIBC_glibc=y
harold@1629
   334
# CT_LIBC_uClibc is not set
yann@1941
   335
CT_LIBC_eglibc_AVAILABLE=y
yann@1941
   336
CT_LIBC_glibc_AVAILABLE=y
yann@1791
   337
CT_LIBC_GLIBC_TARBALL=y
yann@2581
   338
# CT_LIBC_GLIBC_V_2_14 is not set
yann@2581
   339
# CT_LIBC_GLIBC_V_2_13 is not set
yann@2290
   340
# CT_LIBC_GLIBC_V_2_12_2 is not set
yann@2290
   341
# CT_LIBC_GLIBC_V_2_12_1 is not set
yann@1791
   342
# CT_LIBC_GLIBC_V_2_11_1 is not set
yann@1791
   343
# CT_LIBC_GLIBC_V_2_11 is not set
yann@2240
   344
# CT_LIBC_GLIBC_V_2_10_1 is not set
yann@2240
   345
CT_LIBC_GLIBC_V_2_9=y
yann@2240
   346
# CT_LIBC_GLIBC_V_2_8 is not set
yann@2055
   347
CT_LIBC_mingw_AVAILABLE=y
yann@1941
   348
CT_LIBC_newlib_AVAILABLE=y
yann@1941
   349
CT_LIBC_none_AVAILABLE=y
yann@1941
   350
CT_LIBC_uClibc_AVAILABLE=y
yann@2581
   351
CT_LIBC_SUPPORT_THREADS_ANY=y
yann@2581
   352
CT_LIBC_SUPPORT_NPTL=y
yann@2581
   353
CT_THREADS="nptl"
harold@1629
   354
harold@1629
   355
#
yann@2581
   356
# Common C library options
harold@1629
   357
#
yann@2581
   358
CT_THREADS_NPTL=y
yann@2581
   359
CT_LIBC_XLDD=y
yann@2581
   360
CT_LIBC_glibc_familly=y
yann@2581
   361
CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY=""
harold@1629
   362
CT_LIBC_GLIBC_CONFIGPARMS=""
harold@1629
   363
CT_LIBC_GLIBC_EXTRA_CFLAGS=""
harold@1629
   364
CT_LIBC_EXTRA_CC_ARGS=""
yann@2426
   365
# CT_LIBC_ENABLE_FORTIFIED_BUILD is not set
yann@2290
   366
# CT_LIBC_DISABLE_VERSIONING is not set
yann@2290
   367
CT_LIBC_OLDEST_ABI=""
yann@2290
   368
CT_LIBC_GLIBC_FORCE_UNWIND=y
harold@1629
   369
# CT_LIBC_GLIBC_USE_PORTS is not set
harold@1629
   370
CT_LIBC_ADDONS_LIST=""
harold@1629
   371
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
harold@1629
   372
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
harold@1629
   373
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
yann@2055
   374
CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.14"
harold@1629
   375
harold@1629
   376
#
yann@2581
   377
# glibc other options
harold@1629
   378
#
harold@1629
   379
harold@1629
   380
#
harold@1629
   381
# Debug facilities
harold@1629
   382
#
harold@1629
   383
# CT_DEBUG_dmalloc is not set
harold@1629
   384
# CT_DEBUG_duma is not set
harold@1629
   385
# CT_DEBUG_gdb is not set
harold@1629
   386
# CT_DEBUG_ltrace is not set
harold@1629
   387
# CT_DEBUG_strace is not set
harold@1629
   388
harold@1629
   389
#
harold@1629
   390
# Companion libraries
harold@1629
   391
#
yann@2173
   392
CT_COMPLIBS_NEEDED=y
yann@2173
   393
CT_GMP_NEEDED=y
yann@2173
   394
CT_MPFR_NEEDED=y
yann@2426
   395
CT_PPL_NEEDED=y
yann@2426
   396
CT_CLOOG_NEEDED=y
yann@1841
   397
CT_COMPLIBS=y
yann@1841
   398
CT_GMP=y
yann@1841
   399
CT_MPFR=y
yann@2426
   400
CT_PPL=y
yann@2426
   401
CT_CLOOG=y
yann@2581
   402
# CT_GMP_V_5_0_1 is not set
yann@2581
   403
CT_GMP_V_4_3_2=y
yann@1941
   404
# CT_GMP_V_4_3_1 is not set
harold@1629
   405
# CT_GMP_V_4_3_0 is not set
yann@2581
   406
CT_GMP_VERSION="4.3.2"
yann@2581
   407
# CT_MPFR_V_3_0_1 is not set
yann@2581
   408
# CT_MPFR_V_3_0_0 is not set
yann@2581
   409
CT_MPFR_V_2_4_2=y
yann@1841
   410
# CT_MPFR_V_2_4_1 is not set
harold@1629
   411
# CT_MPFR_V_2_4_0 is not set
yann@2581
   412
CT_MPFR_VERSION="2.4.2"
yann@2426
   413
# CT_PPL_V_0_11_2 is not set
yann@2426
   414
# CT_PPL_V_0_11_1 is not set
yann@2426
   415
# CT_PPL_V_0_11 is not set
yann@2426
   416
CT_PPL_V_0_10_2=y
yann@2426
   417
CT_PPL_VERSION="0.10.2"
yann@2581
   418
# CT_CLOOG_V_0_15_11 is not set
yann@2426
   419
CT_CLOOG_V_0_15_10=y
yann@2426
   420
# CT_CLOOG_V_0_15_9 is not set
yann@2426
   421
# CT_CLOOG_V_0_15_8 is not set
yann@2426
   422
# CT_CLOOG_V_0_15_7 is not set
yann@2426
   423
# CT_CLOOG_V_0_15_6 is not set
yann@2426
   424
CT_CLOOG_VERSION="0.15.10"
harold@1629
   425
harold@1629
   426
#
harold@1629
   427
# Companion libraries common options
harold@1629
   428
#
yann@1941
   429
# CT_COMPLIBS_CHECK is not set
yann@1791
   430
yann@1791
   431
#
yann@1791
   432
# Companion tools
yann@1791
   433
#
yann@1791
   434
yann@1791
   435
#
yann@1791
   436
# READ HELP before you say 'Y' below !!!
yann@1791
   437
#
yann@1791
   438
# CT_COMP_TOOLS is not set
yann@2055
   439
yann@2055
   440
#
yann@2055
   441
# Test suite
yann@2055
   442
#
yann@2055
   443
# CT_TEST_SUITE_GCC is not set