samples/bfin-unknown-linux-uclibc/crosstool.config
author Remy Bohmer <linux@bohmer.net>
Thu May 27 23:18:19 2010 +0200 (2010-05-27)
changeset 2060 51e4597b07fc
parent 1941 591a6de0f04d
child 2140 bf9fa67629cd
permissions -rw-r--r--
scripts: add option to strip all toolchain executables

To reduce filesizes of the toolchain and even improve build times
of projects to be build with this toolchain it is usefull to strip
the delivered toolchain executables. Since it is not likely that we
will debug the toolchain executables itself we do not need the
debug information inside the executables itself.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
thomas@1911
     1
#
thomas@1911
     2
# Automatically generated make config: don't edit
yann@2055
     3
# crosstool-NG version: hg_default@2054_fb4bba062948
yann@2055
     4
# Fri Jul 30 23:33:40 2010
thomas@1911
     5
#
yann@1941
     6
# CT_BACKEND is not set
yann@2055
     7
CT_MODULES=y
thomas@1911
     8
thomas@1911
     9
#
thomas@1911
    10
# Paths and misc options
thomas@1911
    11
#
thomas@1911
    12
thomas@1911
    13
#
thomas@1911
    14
# crosstool-NG behavior
thomas@1911
    15
#
thomas@1911
    16
# CT_OBSOLETE is not set
thomas@1911
    17
# CT_EXPERIMENTAL is not set
thomas@1911
    18
# CT_DEBUG_CT is not set
thomas@1911
    19
thomas@1911
    20
#
thomas@1911
    21
# Paths
thomas@1911
    22
#
thomas@1911
    23
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
thomas@1911
    24
CT_SAVE_TARBALLS=y
thomas@1911
    25
CT_WORK_DIR="${CT_TOP_DIR}/targets"
thomas@1911
    26
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
thomas@1911
    27
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
thomas@1911
    28
CT_REMOVE_DOCS=y
thomas@1911
    29
CT_INSTALL_DIR_RO=y
thomas@1911
    30
thomas@1911
    31
#
thomas@1911
    32
# Downloading
thomas@1911
    33
#
thomas@1911
    34
# CT_FORBID_DOWNLOAD is not set
thomas@1911
    35
# CT_FORCE_DOWNLOAD is not set
thomas@1911
    36
# CT_USE_MIRROR is not set
thomas@1911
    37
CT_CONNECT_TIMEOUT=10
thomas@1911
    38
CT_DOWNLOAD_MAX_CHUNKS=5
thomas@1911
    39
# CT_ONLY_DOWNLOAD is not set
thomas@1911
    40
thomas@1911
    41
#
thomas@1911
    42
# Extracting
thomas@1911
    43
#
thomas@1911
    44
# CT_FORCE_EXTRACT is not set
thomas@1911
    45
CT_OVERIDE_CONFIG_GUESS_SUB=y
thomas@1911
    46
# CT_ONLY_EXTRACT is not set
thomas@1911
    47
CT_PATCH_BUNDLED=y
thomas@1911
    48
# CT_PATCH_LOCAL is not set
thomas@1911
    49
# CT_PATCH_BUNDLED_LOCAL is not set
thomas@1911
    50
# CT_PATCH_LOCAL_BUNDLED is not set
thomas@1911
    51
# CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set
thomas@1911
    52
# CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set
thomas@1911
    53
# CT_PATCH_NONE is not set
thomas@1911
    54
CT_PATCH_ORDER="bundled"
thomas@1911
    55
# CT_PATCH_SINGLE is not set
thomas@1911
    56
# CT_PATCH_USE_LOCAL is not set
thomas@1911
    57
thomas@1911
    58
#
thomas@1911
    59
# Build behavior
thomas@1911
    60
#
thomas@1911
    61
CT_PARALLEL_JOBS=3
thomas@1911
    62
CT_LOAD=0
thomas@1911
    63
CT_USE_PIPES=y
thomas@1911
    64
# CT_CONFIG_SHELL_SH is not set
thomas@1911
    65
# CT_CONFIG_SHELL_ASH is not set
thomas@1911
    66
CT_CONFIG_SHELL_BASH=y
thomas@1911
    67
# CT_CONFIG_SHELL_CUSTOM is not set
thomas@1911
    68
CT_CONFIG_SHELL="bash"
thomas@1911
    69
thomas@1911
    70
#
thomas@1911
    71
# Logging
thomas@1911
    72
#
thomas@1911
    73
# CT_LOG_ERROR is not set
thomas@1911
    74
# CT_LOG_WARN is not set
yann@1941
    75
# CT_LOG_INFO is not set
yann@1941
    76
CT_LOG_EXTRA=y
thomas@1911
    77
# CT_LOG_ALL is not set
thomas@1911
    78
# CT_LOG_DEBUG is not set
yann@1941
    79
CT_LOG_LEVEL_MAX="EXTRA"
thomas@1911
    80
# CT_LOG_SEE_TOOLS_WARN is not set
thomas@1911
    81
CT_LOG_PROGRESS_BAR=y
thomas@1911
    82
CT_LOG_TO_FILE=y
thomas@1911
    83
CT_LOG_FILE_COMPRESS=y
thomas@1911
    84
thomas@1911
    85
#
thomas@1911
    86
# Target options
thomas@1911
    87
#
thomas@1911
    88
CT_ARCH="blackfin"
thomas@1911
    89
# CT_ARCH_SUPPORTS_BOTH_MMU is not set
thomas@1911
    90
# CT_ARCH_SUPPORTS_BOTH_ENDIAN is not set
thomas@1911
    91
CT_ARCH_SUPPORTS_32=y
thomas@1911
    92
# CT_ARCH_SUPPORTS_64 is not set
thomas@1911
    93
CT_ARCH_SUPPORT_ARCH=y
thomas@1911
    94
# CT_ARCH_SUPPORT_ABI is not set
thomas@1911
    95
CT_ARCH_SUPPORT_CPU=y
thomas@1911
    96
CT_ARCH_SUPPORT_TUNE=y
thomas@1911
    97
CT_ARCH_SUPPORT_FPU=y
thomas@1911
    98
# CT_ARCH_DEFAULT_HAS_MMU is not set
thomas@1911
    99
# CT_ARCH_DEFAULT_BE is not set
thomas@1911
   100
CT_ARCH_DEFAULT_LE=y
thomas@1911
   101
CT_ARCH_DEFAULT_32=y
thomas@1911
   102
# CT_ARCH_DEFAULT_64 is not set
thomas@1911
   103
CT_ARCH_ARCH=""
thomas@1911
   104
CT_ARCH_CPU=""
thomas@1911
   105
CT_ARCH_TUNE=""
thomas@1911
   106
CT_ARCH_FPU=""
thomas@1911
   107
CT_ARCH_32=y
thomas@1911
   108
# CT_ARCH_64 is not set
thomas@1911
   109
CT_ARCH_BITNESS=32
thomas@1911
   110
CT_ARCH_FLOAT_HW=y
thomas@1911
   111
# CT_ARCH_FLOAT_SW is not set
thomas@1911
   112
CT_TARGET_CFLAGS=""
thomas@1911
   113
CT_TARGET_LDFLAGS=""
thomas@1911
   114
thomas@1911
   115
#
thomas@1911
   116
# General target options
thomas@1911
   117
#
thomas@1911
   118
# CT_ARCH_alpha is not set
thomas@1911
   119
# CT_ARCH_arm is not set
thomas@1911
   120
# CT_ARCH_avr32 is not set
thomas@1911
   121
CT_ARCH_blackfin=y
thomas@1911
   122
# CT_ARCH_ia64 is not set
thomas@1911
   123
# CT_ARCH_m68k is not set
thomas@1911
   124
# CT_ARCH_mips is not set
thomas@1911
   125
# CT_ARCH_powerpc is not set
thomas@1911
   126
# CT_ARCH_s390 is not set
thomas@1911
   127
# CT_ARCH_sh is not set
thomas@1911
   128
# CT_ARCH_x86 is not set
yann@1941
   129
CT_ARCH_alpha_AVAILABLE=y
yann@1941
   130
CT_ARCH_arm_AVAILABLE=y
yann@1941
   131
CT_ARCH_avr32_AVAILABLE=y
yann@1941
   132
CT_ARCH_blackfin_AVAILABLE=y
yann@1941
   133
CT_ARCH_ia64_AVAILABLE=y
yann@1941
   134
CT_ARCH_m68k_AVAILABLE=y
yann@1941
   135
CT_ARCH_mips_AVAILABLE=y
yann@1941
   136
CT_ARCH_powerpc_AVAILABLE=y
yann@1941
   137
CT_ARCH_s390_AVAILABLE=y
yann@1941
   138
CT_ARCH_sh_AVAILABLE=y
yann@1941
   139
CT_ARCH_x86_AVAILABLE=y
thomas@1911
   140
# CT_ARCH_USE_MMU is not set
thomas@1911
   141
thomas@1911
   142
#
thomas@1911
   143
# Target optimisations
thomas@1911
   144
#
thomas@1911
   145
thomas@1911
   146
#
thomas@1911
   147
# Toolchain options
thomas@1911
   148
#
thomas@1911
   149
thomas@1911
   150
#
thomas@1911
   151
# General toolchain options
thomas@1911
   152
#
thomas@1911
   153
CT_USE_SYSROOT=y
thomas@1911
   154
CT_SYSROOT_DIR_PREFIX=""
thomas@1911
   155
thomas@1911
   156
#
thomas@1911
   157
# Tuple completion and aliasing
thomas@1911
   158
#
thomas@1911
   159
CT_TARGET_VENDOR="unknown"
thomas@1911
   160
CT_TARGET_ALIAS_SED_EXPR=""
thomas@1911
   161
CT_TARGET_ALIAS=""
thomas@1911
   162
thomas@1911
   163
#
thomas@1911
   164
# Toolchain type
thomas@1911
   165
#
thomas@1911
   166
# CT_NATIVE is not set
thomas@1911
   167
CT_CROSS=y
thomas@1911
   168
# CT_CROSS_NATIVE is not set
thomas@1911
   169
# CT_CANADIAN is not set
thomas@1911
   170
CT_TOOLCHAIN_TYPE="cross"
thomas@1911
   171
thomas@1911
   172
#
thomas@1911
   173
# Build system
thomas@1911
   174
#
thomas@1911
   175
CT_BUILD=""
thomas@1911
   176
CT_BUILD_PREFIX=""
thomas@1911
   177
CT_BUILD_SUFFIX=""
thomas@1911
   178
thomas@1911
   179
#
thomas@1911
   180
# Operating System
thomas@1911
   181
#
thomas@1911
   182
# CT_BARE_METAL is not set
yann@2055
   183
# CT_MINGW32 is not set
thomas@1911
   184
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
thomas@1911
   185
CT_KERNEL="linux"
yann@1941
   186
CT_KERNEL_VERSION="2.6.33.2"
thomas@1911
   187
# CT_KERNEL_bare_metal is not set
thomas@1911
   188
CT_KERNEL_linux=y
yann@2055
   189
# CT_KERNEL_mingw32 is not set
yann@1941
   190
CT_KERNEL_bare_metal_AVAILABLE=y
yann@1941
   191
CT_KERNEL_linux_AVAILABLE=y
thomas@1911
   192
CT_KERNEL_LINUX_INSTALL=y
yann@2055
   193
# CT_KERNEL_V_2_6_34_1 is not set
yann@2055
   194
# CT_KERNEL_V_2_6_34 is not set
yann@2055
   195
# CT_KERNEL_V_2_6_33_6 is not set
yann@2055
   196
# CT_KERNEL_V_2_6_33_5 is not set
yann@2055
   197
# CT_KERNEL_V_2_6_33_4 is not set
yann@2055
   198
# CT_KERNEL_V_2_6_33_3 is not set
yann@1941
   199
CT_KERNEL_V_2_6_33_2=y
yann@1941
   200
# CT_KERNEL_V_2_6_33_1 is not set
yann@1941
   201
# CT_KERNEL_V_2_6_33 is not set
yann@2055
   202
# CT_KERNEL_V_2_6_32_16 is not set
yann@2055
   203
# CT_KERNEL_V_2_6_31_14 is not set
thomas@1911
   204
# CT_KERNEL_V_2_6_30_10 is not set
yann@2055
   205
# CT_KERNEL_V_2_6_27_48 is not set
yann@2055
   206
# CT_KERNEL_LINUX_CUSTOM is not set
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
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
yann@2055
   213
CT_KERNEL_mingw32_AVAILABLE=y
thomas@1911
   214
thomas@1911
   215
#
thomas@1911
   216
# Common kernel options
thomas@1911
   217
#
thomas@1911
   218
CT_SHARED_LIBS=y
thomas@1911
   219
thomas@1911
   220
#
thomas@1911
   221
# Binary utilities
thomas@1911
   222
#
thomas@1911
   223
# CT_ARCH_BINFMT_ELF is not set
thomas@1911
   224
# CT_ARCH_BINFMT_FLAT is not set
thomas@1911
   225
CT_ARCH_BINFMT_FDPIC=y
thomas@1911
   226
thomas@1911
   227
#
thomas@1911
   228
# GNU binutils
thomas@1911
   229
#
yann@2055
   230
# CT_BINUTILS_V_2_20_1 is not set
thomas@1911
   231
CT_BINUTILS_V_2_20=y
thomas@1911
   232
# CT_BINUTILS_V_2_19_1 is not set
thomas@1911
   233
# CT_BINUTILS_V_2_19 is not set
thomas@1911
   234
# CT_BINUTILS_V_2_18 is not set
thomas@1911
   235
# CT_BINUTILS_V_2_17 is not set
thomas@1911
   236
# CT_BINUTILS_V_2_16_1 is not set
thomas@1911
   237
CT_BINUTILS_VERSION="2.20"
thomas@1911
   238
CT_BINUTILS_EXTRA_CONFIG=""
thomas@1911
   239
# CT_BINUTILS_FOR_TARGET is not set
thomas@1911
   240
thomas@1911
   241
#
thomas@1911
   242
# C compiler
thomas@1911
   243
#
thomas@1911
   244
CT_CC="gcc"
thomas@1911
   245
CT_CC_VERSION="4.3.4"
thomas@1911
   246
CT_CC_gcc=y
yann@1941
   247
# CT_CC_V_4_5_0 is not set
yann@2055
   248
# CT_CC_V_4_4_4 is not set
thomas@1911
   249
# CT_CC_V_4_4_3 is not set
thomas@1911
   250
# CT_CC_V_4_4_2 is not set
thomas@1911
   251
# CT_CC_V_4_4_1 is not set
thomas@1911
   252
# CT_CC_V_4_4_0 is not set
thomas@1911
   253
CT_CC_V_4_3_4=y
thomas@1911
   254
# CT_CC_V_4_3_3 is not set
thomas@1911
   255
# CT_CC_V_4_3_2 is not set
thomas@1911
   256
# CT_CC_V_4_3_1 is not set
thomas@1911
   257
# CT_CC_V_4_2_4 is not set
thomas@1911
   258
# CT_CC_V_4_2_3 is not set
thomas@1911
   259
# CT_CC_V_4_2_2 is not set
thomas@1911
   260
# CT_CC_V_4_2_1 is not set
thomas@1911
   261
# CT_CC_V_4_2_0 is not set
thomas@1911
   262
# CT_CC_V_4_1_2 is not set
thomas@1911
   263
# CT_CC_V_4_0_4 is not set
thomas@1911
   264
# CT_CC_V_3_4_6 is not set
yann@1941
   265
CT_CC_GCC_4_2_or_later=y
thomas@1911
   266
CT_CC_GCC_4_3_or_later=y
thomas@1911
   267
# CT_CC_GCC_4_4_or_later is not set
yann@1941
   268
# CT_CC_GCC_4_5_or_later is not set
yann@1941
   269
CT_CC_GCC_USE_GMP_MPFR=y
yann@2055
   270
# CT_CC_GCC_USE_PPL_CLOOG is not set
yann@2055
   271
# CT_CC_GCC_USE_MPC_LIBELF is not set
yann@2055
   272
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
yann@2055
   273
CT_CC_BUGURL=""
thomas@1911
   274
CT_CC_ENABLE_CXX_FLAGS=""
thomas@1911
   275
CT_CC_CORE_EXTRA_CONFIG=""
thomas@1911
   276
CT_CC_EXTRA_CONFIG=""
thomas@1911
   277
CT_CC_SUPPORT_CXX=y
thomas@1911
   278
CT_CC_SUPPORT_FORTRAN=y
thomas@1911
   279
CT_CC_SUPPORT_JAVA=y
thomas@1911
   280
CT_CC_SUPPORT_ADA=y
thomas@1911
   281
CT_CC_SUPPORT_OBJC=y
thomas@1911
   282
CT_CC_SUPPORT_OBJCXX=y
thomas@1911
   283
thomas@1911
   284
#
thomas@1911
   285
# Additional supported languages:
thomas@1911
   286
#
thomas@1911
   287
# CT_CC_LANG_CXX is not set
thomas@1911
   288
# CT_CC_LANG_FORTRAN is not set
thomas@1911
   289
# CT_CC_LANG_JAVA is not set
thomas@1911
   290
thomas@1911
   291
#
yann@2055
   292
# gcc other options
yann@2055
   293
#
yann@2055
   294
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
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@2055
   302
# CT_CC_GCC_LIBMUDFLAP is not set
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_eglibc is not set
thomas@1911
   310
# CT_LIBC_glibc is not set
yann@2055
   311
# CT_LIBC_mingw is not set
thomas@1911
   312
# CT_LIBC_newlib is not set
thomas@1911
   313
# CT_LIBC_none is not set
thomas@1911
   314
CT_LIBC_uClibc=y
yann@1941
   315
CT_LIBC_eglibc_AVAILABLE=y
yann@1941
   316
CT_LIBC_glibc_AVAILABLE=y
yann@2055
   317
CT_LIBC_mingw_AVAILABLE=y
yann@1941
   318
CT_LIBC_newlib_AVAILABLE=y
yann@1941
   319
CT_LIBC_none_AVAILABLE=y
yann@1941
   320
CT_LIBC_uClibc_AVAILABLE=y
yann@1941
   321
# CT_LIBC_UCLIBC_V_0_9_31 is not set
thomas@1911
   322
CT_LIBC_UCLIBC_V_0_9_30_2=y
thomas@1911
   323
# CT_LIBC_V_0_9_30_1 is not set
thomas@1911
   324
# CT_LIBC_V_0_9_30 is not set
thomas@1911
   325
# CT_LIBC_V_0_9_29 is not set
thomas@1911
   326
# CT_LIBC_V_0_9_28_3 is not set
thomas@1911
   327
# CT_LIBC_V_snapshot is not set
thomas@1911
   328
# CT_LIBC_V_specific_date is not set
thomas@1911
   329
CT_LIBC_UCLIBC_0_9_30_or_later=y
thomas@1911
   330
CT_LIBC_UCLIBC_PARALLEL=y
thomas@1911
   331
CT_LIBC_UCLIBC_VERBOSITY_0=y
thomas@1911
   332
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
yann@2055
   333
# CT_LIBC_UCLIBC_VERBOSITY_2 is not set
thomas@1911
   334
CT_LIBC_UCLIBC_VERBOSITY=""
thomas@1911
   335
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
thomas@1911
   336
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
thomas@1911
   337
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
thomas@1911
   338
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
thomas@1911
   339
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
yann@2055
   340
CT_LIBC_SUPPORT_THREADS_ANY=y
thomas@1911
   341
# CT_LIBC_SUPPORT_NPTL is not set
thomas@1911
   342
CT_LIBC_SUPPORT_LINUXTHREADS=y
yann@2055
   343
# CT_LIBC_SUPPORT_WIN32THREADS is not set
thomas@1911
   344
CT_THREADS="linuxthreads"
thomas@1911
   345
thomas@1911
   346
#
thomas@1911
   347
# Common C library options
thomas@1911
   348
#
thomas@1911
   349
# CT_THREADS_NPTL is not set
thomas@1911
   350
CT_THREADS_LINUXTHREADS=y
yann@2055
   351
# CT_THREADS_WIN32THREADS is not set
thomas@1911
   352
# CT_THREADS_NONE is not set
yann@2055
   353
CT_LIBC_XLDD=y
yann@2055
   354
yann@2055
   355
#
yann@2055
   356
# uClibc other options
yann@2055
   357
#
yann@2055
   358
CT_LIBC_UCLIBC_LNXTHRD_OLD=y
yann@2055
   359
# CT_LIBC_UCLIBC_LNXTHRD_NEW is not set
yann@2055
   360
CT_LIBC_UCLIBC_LNXTHRD="old"
yann@2055
   361
# CT_LIBC_UCLIBC_LOCALES is not set
yann@2055
   362
# CT_LIBC_UCLIBC_WCHAR is not set
thomas@1911
   363
thomas@1911
   364
#
thomas@1911
   365
# Debug facilities
thomas@1911
   366
#
thomas@1911
   367
# CT_DEBUG_dmalloc is not set
thomas@1911
   368
# CT_DEBUG_duma is not set
thomas@1911
   369
# CT_DEBUG_gdb is not set
thomas@1911
   370
# CT_DEBUG_ltrace is not set
thomas@1911
   371
# CT_DEBUG_strace is not set
thomas@1911
   372
thomas@1911
   373
#
thomas@1911
   374
# Companion libraries
thomas@1911
   375
#
thomas@1911
   376
thomas@1911
   377
#
thomas@1911
   378
# FIXME: check real dependencies!!!
thomas@1911
   379
#
thomas@1911
   380
CT_COMPLIBS=y
yann@1941
   381
# CT_WRAPPER_NEEDED is not set
thomas@1911
   382
CT_GMP=y
thomas@1911
   383
CT_MPFR=y
yann@1941
   384
# CT_GMP_V_5_0_1 is not set
yann@1941
   385
CT_GMP_V_4_3_2=y
yann@1941
   386
# CT_GMP_V_4_3_1 is not set
thomas@1911
   387
# CT_GMP_V_4_3_0 is not set
thomas@1911
   388
# CT_GMP_V_4_2_4 is not set
thomas@1911
   389
# CT_GMP_V_4_2_2 is not set
yann@1941
   390
CT_GMP_VERSION="4.3.2"
yann@2055
   391
# CT_MPFR_V_3_0_0 is not set
thomas@1911
   392
CT_MPFR_V_2_4_2=y
thomas@1911
   393
# CT_MPFR_V_2_4_1 is not set
thomas@1911
   394
# CT_MPFR_V_2_4_0 is not set
thomas@1911
   395
# CT_MPFR_V_2_3_2 is not set
thomas@1911
   396
# CT_MPFR_V_2_3_1 is not set
thomas@1911
   397
CT_MPFR_VERSION="2.4.2"
thomas@1911
   398
thomas@1911
   399
#
thomas@1911
   400
# Companion libraries common options
thomas@1911
   401
#
yann@1941
   402
# CT_COMPLIBS_CHECK is not set
yann@1941
   403
# CT_COMPLIBS_SHARED is not set