samples/mips-ar2315-linux-gnu/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>
yann@2055
     1
#
yann@2055
     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:34:41 2010
yann@2055
     5
#
yann@1941
     6
# CT_BACKEND is not set
yann@2055
     7
CT_MODULES=y
yann@2055
     8
yann@2055
     9
#
yann@2055
    10
# Paths and misc options
yann@2055
    11
#
yann@2055
    12
yann@2055
    13
#
yann@2055
    14
# crosstool-NG behavior
yann@2055
    15
#
g@1474
    16
# CT_OBSOLETE is not set
yann@1841
    17
CT_EXPERIMENTAL=y
yann@1941
    18
# CT_DEBUG_CT is not set
yann@2055
    19
yann@2055
    20
#
yann@2055
    21
# Paths
yann@2055
    22
#
g@1474
    23
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@1532
    24
CT_SAVE_TARBALLS=y
g@1474
    25
CT_WORK_DIR="${CT_TOP_DIR}/targets"
yann@1532
    26
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
g@1474
    27
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
g@1474
    28
CT_REMOVE_DOCS=y
g@1474
    29
CT_INSTALL_DIR_RO=y
yann@2055
    30
yann@2055
    31
#
yann@2055
    32
# Downloading
yann@2055
    33
#
g@1474
    34
# CT_FORBID_DOWNLOAD is not set
g@1474
    35
# CT_FORCE_DOWNLOAD is not set
g@1474
    36
# CT_USE_MIRROR is not set
g@1474
    37
CT_CONNECT_TIMEOUT=10
yann@1791
    38
CT_DOWNLOAD_MAX_CHUNKS=5
g@1474
    39
# CT_ONLY_DOWNLOAD is not set
yann@2055
    40
yann@2055
    41
#
yann@2055
    42
# Extracting
yann@2055
    43
#
g@1474
    44
# CT_FORCE_EXTRACT is not set
g@1474
    45
CT_OVERIDE_CONFIG_GUESS_SUB=y
g@1474
    46
# CT_ONLY_EXTRACT is not set
yann@1532
    47
CT_PATCH_BUNDLED=y
yann@1532
    48
# CT_PATCH_LOCAL is not set
yann@1532
    49
# CT_PATCH_BUNDLED_LOCAL is not set
yann@1532
    50
# CT_PATCH_LOCAL_BUNDLED is not set
yann@1532
    51
# CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set
yann@1532
    52
# CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set
yann@1791
    53
# CT_PATCH_NONE is not set
yann@1532
    54
CT_PATCH_ORDER="bundled"
yann@1532
    55
# CT_PATCH_SINGLE is not set
yann@1532
    56
# CT_PATCH_USE_LOCAL is not set
yann@2055
    57
yann@2055
    58
#
yann@2055
    59
# Build behavior
yann@2055
    60
#
g@1474
    61
CT_PARALLEL_JOBS=1
g@1474
    62
CT_LOAD=0
g@1474
    63
CT_USE_PIPES=y
g@1474
    64
# CT_CONFIG_SHELL_SH is not set
g@1474
    65
# CT_CONFIG_SHELL_ASH is not set
g@1474
    66
CT_CONFIG_SHELL_BASH=y
g@1474
    67
# CT_CONFIG_SHELL_CUSTOM is not set
g@1474
    68
CT_CONFIG_SHELL="bash"
yann@2055
    69
yann@2055
    70
#
yann@2055
    71
# Logging
yann@2055
    72
#
g@1474
    73
# CT_LOG_ERROR is not set
g@1474
    74
# CT_LOG_WARN is not set
g@1474
    75
# CT_LOG_INFO is not set
yann@1532
    76
CT_LOG_EXTRA=y
yann@1812
    77
# CT_LOG_ALL is not set
yann@1532
    78
# CT_LOG_DEBUG is not set
yann@1532
    79
CT_LOG_LEVEL_MAX="EXTRA"
g@1474
    80
# CT_LOG_SEE_TOOLS_WARN is not set
g@1474
    81
CT_LOG_PROGRESS_BAR=y
g@1474
    82
CT_LOG_TO_FILE=y
g@1474
    83
CT_LOG_FILE_COMPRESS=y
yann@2055
    84
yann@2055
    85
#
yann@2055
    86
# Target options
yann@2055
    87
#
g@1474
    88
CT_ARCH="mips"
g@1474
    89
# CT_ARCH_SUPPORTS_BOTH_MMU is not set
g@1474
    90
CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
yann@1791
    91
CT_ARCH_SUPPORTS_32=y
yann@1841
    92
CT_ARCH_SUPPORTS_64=y
g@1474
    93
CT_ARCH_SUPPORT_ARCH=y
g@1474
    94
CT_ARCH_SUPPORT_ABI=y
g@1474
    95
# CT_ARCH_SUPPORT_CPU is not set
g@1474
    96
CT_ARCH_SUPPORT_TUNE=y
g@1474
    97
# CT_ARCH_SUPPORT_FPU is not set
g@1474
    98
# CT_ARCH_DEFAULT_HAS_MMU is not set
g@1474
    99
CT_ARCH_DEFAULT_BE=y
g@1474
   100
# CT_ARCH_DEFAULT_LE is not set
yann@1791
   101
CT_ARCH_DEFAULT_32=y
yann@1791
   102
# CT_ARCH_DEFAULT_64 is not set
g@1474
   103
CT_ARCH_ARCH="4kc"
g@1474
   104
CT_ARCH_ABI=""
g@1474
   105
CT_ARCH_TUNE="4kc"
g@1474
   106
CT_ARCH_BE=y
g@1474
   107
# CT_ARCH_LE is not set
yann@1791
   108
CT_ARCH_32=y
yann@1791
   109
# CT_ARCH_64 is not set
yann@1791
   110
CT_ARCH_BITNESS=32
g@1474
   111
# CT_ARCH_FLOAT_HW is not set
g@1474
   112
CT_ARCH_FLOAT_SW=y
g@1474
   113
CT_TARGET_CFLAGS=""
g@1474
   114
CT_TARGET_LDFLAGS=""
yann@2055
   115
yann@2055
   116
#
yann@2055
   117
# General target options
yann@2055
   118
#
g@1474
   119
# CT_ARCH_alpha is not set
g@1474
   120
# CT_ARCH_arm is not set
g@1474
   121
# CT_ARCH_avr32 is not set
yann@1941
   122
# CT_ARCH_blackfin is not set
g@1474
   123
# CT_ARCH_ia64 is not set
yann@1791
   124
# CT_ARCH_m68k is not set
g@1474
   125
CT_ARCH_mips=y
g@1474
   126
# CT_ARCH_powerpc is not set
yann@1791
   127
# CT_ARCH_s390 is not set
g@1474
   128
# CT_ARCH_sh is not set
g@1474
   129
# CT_ARCH_x86 is not set
yann@1941
   130
CT_ARCH_alpha_AVAILABLE=y
yann@1941
   131
CT_ARCH_arm_AVAILABLE=y
yann@1941
   132
CT_ARCH_avr32_AVAILABLE=y
yann@1941
   133
CT_ARCH_blackfin_AVAILABLE=y
yann@1941
   134
CT_ARCH_ia64_AVAILABLE=y
yann@1941
   135
CT_ARCH_m68k_AVAILABLE=y
yann@1941
   136
CT_ARCH_mips_AVAILABLE=y
yann@1941
   137
CT_ARCH_powerpc_AVAILABLE=y
yann@1941
   138
CT_ARCH_s390_AVAILABLE=y
yann@1941
   139
CT_ARCH_sh_AVAILABLE=y
yann@1941
   140
CT_ARCH_x86_AVAILABLE=y
g@1474
   141
CT_ARCH_USE_MMU=y
yann@2055
   142
yann@2055
   143
#
yann@2055
   144
# Target optimisations
yann@2055
   145
#
yann@2055
   146
yann@2055
   147
#
yann@2055
   148
# Toolchain options
yann@2055
   149
#
yann@2055
   150
yann@2055
   151
#
yann@2055
   152
# General toolchain options
yann@2055
   153
#
g@1474
   154
CT_USE_SYSROOT=y
g@1474
   155
CT_SYSROOT_DIR_PREFIX=""
yann@2055
   156
yann@2055
   157
#
yann@2055
   158
# Tuple completion and aliasing
yann@2055
   159
#
g@1474
   160
CT_TARGET_VENDOR="ar2315"
g@1474
   161
CT_TARGET_ALIAS_SED_EXPR=""
g@1474
   162
CT_TARGET_ALIAS=""
yann@2055
   163
yann@2055
   164
#
yann@2055
   165
# Toolchain type
yann@2055
   166
#
g@1474
   167
# CT_NATIVE is not set
g@1474
   168
CT_CROSS=y
g@1474
   169
# CT_CROSS_NATIVE is not set
g@1474
   170
# CT_CANADIAN is not set
g@1474
   171
CT_TOOLCHAIN_TYPE="cross"
yann@2055
   172
yann@2055
   173
#
yann@2055
   174
# Build system
yann@2055
   175
#
g@1474
   176
CT_BUILD=""
g@1474
   177
CT_BUILD_PREFIX=""
g@1474
   178
CT_BUILD_SUFFIX=""
yann@2055
   179
yann@2055
   180
#
yann@2055
   181
# Operating System
yann@2055
   182
#
g@1474
   183
# CT_BARE_METAL is not set
yann@2055
   184
# CT_MINGW32 is not set
yann@1532
   185
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
g@1474
   186
CT_KERNEL="linux"
yann@1941
   187
CT_KERNEL_VERSION="2.6.33.2"
g@1474
   188
# CT_KERNEL_bare_metal is not set
g@1474
   189
CT_KERNEL_linux=y
yann@2055
   190
# CT_KERNEL_mingw32 is not set
yann@1941
   191
CT_KERNEL_bare_metal_AVAILABLE=y
yann@1941
   192
CT_KERNEL_linux_AVAILABLE=y
g@1474
   193
CT_KERNEL_LINUX_INSTALL=y
yann@2055
   194
# CT_KERNEL_V_2_6_34_1 is not set
yann@2055
   195
# CT_KERNEL_V_2_6_34 is not set
yann@2055
   196
# CT_KERNEL_V_2_6_33_6 is not set
yann@2055
   197
# CT_KERNEL_V_2_6_33_5 is not set
yann@2055
   198
# CT_KERNEL_V_2_6_33_4 is not set
yann@2055
   199
# CT_KERNEL_V_2_6_33_3 is not set
yann@1941
   200
CT_KERNEL_V_2_6_33_2=y
yann@1841
   201
# CT_KERNEL_V_2_6_33_1 is not set
yann@1841
   202
# CT_KERNEL_V_2_6_33 is not set
yann@2055
   203
# CT_KERNEL_V_2_6_32_16 is not set
yann@2055
   204
# CT_KERNEL_V_2_6_31_14 is not set
yann@1791
   205
# CT_KERNEL_V_2_6_30_10 is not set
yann@2055
   206
# CT_KERNEL_V_2_6_27_48 is not set
yann@2055
   207
# CT_KERNEL_LINUX_CUSTOM is not set
g@1474
   208
CT_KERNEL_LINUX_VERBOSITY_0=y
g@1474
   209
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
g@1474
   210
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
g@1474
   211
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
yann@2055
   212
CT_KERNEL_LINUX_INSTALL_CHECK=y
g@1474
   213
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
yann@2055
   214
CT_KERNEL_mingw32_AVAILABLE=y
yann@2055
   215
yann@2055
   216
#
yann@2055
   217
# Common kernel options
yann@2055
   218
#
yann@1532
   219
CT_SHARED_LIBS=y
yann@2055
   220
yann@2055
   221
#
yann@2055
   222
# Binary utilities
yann@2055
   223
#
g@1474
   224
CT_ARCH_BINFMT_ELF=y
g@1474
   225
# CT_ARCH_BINFMT_FLAT is not set
yann@1941
   226
# CT_ARCH_BINFMT_FDPIC is not set
yann@2055
   227
yann@2055
   228
#
yann@2055
   229
# GNU binutils
yann@2055
   230
#
yann@2055
   231
# CT_BINUTILS_V_2_20_1 is not set
yann@1616
   232
# CT_BINUTILS_V_2_20 is not set
yann@1563
   233
CT_BINUTILS_V_2_19_1=y
yann@1563
   234
# CT_BINUTILS_V_2_19 is not set
yann@1563
   235
# CT_BINUTILS_V_2_18 is not set
yann@1563
   236
# CT_BINUTILS_V_2_17 is not set
yann@1563
   237
# CT_BINUTILS_V_2_16_1 is not set
yann@1616
   238
CT_BINUTILS_VERSION="2.19.1"
g@1474
   239
CT_BINUTILS_EXTRA_CONFIG=""
g@1474
   240
# CT_BINUTILS_FOR_TARGET is not set
yann@2055
   241
yann@2055
   242
#
yann@2055
   243
# sstrip
yann@2055
   244
#
yann@1941
   245
CT_SSTRIP=y
yann@2055
   246
yann@2055
   247
#
yann@2055
   248
# C compiler
yann@2055
   249
#
g@1474
   250
CT_CC="gcc"
g@1474
   251
CT_CC_VERSION="4.3.2"
g@1474
   252
CT_CC_gcc=y
yann@1941
   253
# CT_CC_V_4_5_0 is not set
yann@2055
   254
# CT_CC_V_4_4_4 is not set
yann@1791
   255
# CT_CC_V_4_4_3 is not set
yann@1616
   256
# CT_CC_V_4_4_2 is not set
yann@1563
   257
# CT_CC_V_4_4_1 is not set
yann@1563
   258
# CT_CC_V_4_4_0 is not set
yann@1563
   259
# CT_CC_V_4_3_4 is not set
yann@1563
   260
# CT_CC_V_4_3_3 is not set
yann@1563
   261
CT_CC_V_4_3_2=y
yann@1563
   262
# CT_CC_V_4_3_1 is not set
yann@1563
   263
# CT_CC_V_4_2_4 is not set
yann@1563
   264
# CT_CC_V_4_2_3 is not set
yann@1563
   265
# CT_CC_V_4_2_2 is not set
yann@1563
   266
# CT_CC_V_4_2_1 is not set
yann@1563
   267
# CT_CC_V_4_2_0 is not set
yann@1563
   268
# CT_CC_V_4_1_2 is not set
yann@1563
   269
# CT_CC_V_4_0_4 is not set
yann@1563
   270
# CT_CC_V_3_4_6 is not set
yann@1941
   271
CT_CC_GCC_4_2_or_later=y
g@1474
   272
CT_CC_GCC_4_3_or_later=y
g@1474
   273
# CT_CC_GCC_4_4_or_later is not set
yann@1941
   274
# CT_CC_GCC_4_5_or_later is not set
yann@1941
   275
CT_CC_GCC_USE_GMP_MPFR=y
yann@2055
   276
# CT_CC_GCC_USE_PPL_CLOOG is not set
yann@2055
   277
# CT_CC_GCC_USE_MPC_LIBELF is not set
yann@2055
   278
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
yann@2055
   279
CT_CC_BUGURL=""
yann@1532
   280
CT_CC_ENABLE_CXX_FLAGS=""
g@1474
   281
CT_CC_CORE_EXTRA_CONFIG=""
g@1474
   282
CT_CC_EXTRA_CONFIG=""
g@1474
   283
CT_CC_SUPPORT_CXX=y
g@1474
   284
CT_CC_SUPPORT_FORTRAN=y
g@1474
   285
CT_CC_SUPPORT_JAVA=y
g@1474
   286
CT_CC_SUPPORT_ADA=y
g@1474
   287
CT_CC_SUPPORT_OBJC=y
g@1474
   288
CT_CC_SUPPORT_OBJCXX=y
yann@2055
   289
yann@2055
   290
#
yann@2055
   291
# Additional supported languages:
yann@2055
   292
#
g@1474
   293
CT_CC_LANG_CXX=y
g@1474
   294
# CT_CC_LANG_FORTRAN is not set
g@1474
   295
# CT_CC_LANG_JAVA is not set
yann@1841
   296
# CT_CC_LANG_ADA is not set
yann@1841
   297
# CT_CC_LANG_OBJC is not set
yann@1841
   298
# CT_CC_LANG_OBJCXX is not set
yann@1841
   299
CT_CC_LANG_OTHERS=""
yann@2055
   300
yann@2055
   301
#
yann@2055
   302
# gcc other options
yann@2055
   303
#
yann@2055
   304
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
yann@2055
   305
yann@2055
   306
#
yann@2055
   307
# Misc. obscure options.
yann@2055
   308
#
yann@2055
   309
CT_CC_CXA_ATEXIT=y
yann@2055
   310
# CT_CC_GCC_DISABLE_PCH is not set
yann@2055
   311
CT_CC_GCC_SJLJ_EXCEPTIONS=m
yann@2055
   312
# CT_CC_GCC_LIBMUDFLAP is not set
yann@2055
   313
yann@2055
   314
#
yann@2055
   315
# C-library
yann@2055
   316
#
yann@1791
   317
CT_LIBC="eglibc"
g@1474
   318
CT_LIBC_VERSION="2_9"
g@1474
   319
CT_LIBC_eglibc=y
g@1474
   320
# CT_LIBC_glibc is not set
yann@2055
   321
# CT_LIBC_mingw is not set
g@1474
   322
# CT_LIBC_newlib is not set
yann@1791
   323
# CT_LIBC_none is not set
g@1474
   324
# CT_LIBC_uClibc is not set
yann@1941
   325
CT_LIBC_eglibc_AVAILABLE=y
yann@1563
   326
# CT_LIBC_V_2_10 is not set
yann@1563
   327
CT_EGLIBC_V_2_9=y
yann@1563
   328
# CT_EGLIBC_V_2_8 is not set
yann@1563
   329
# CT_EGLIBC_V_2_7 is not set
yann@1563
   330
# CT_EGLIBC_V_2_6 is not set
g@1474
   331
# CT_EGLIBC_V_2_5 is not set
g@1474
   332
# CT_EGLIBC_V_TRUNK is not set
yann@1841
   333
CT_EGLIBC_REVISION="{2009-07-21}"
yann@1841
   334
# CT_EGLIBC_CHECKOUT is not set
yann@1812
   335
# CT_EGLIBC_OPT_SIZE is not set
yann@1616
   336
# CT_EGLIBC_CUSTOM_CONFIG is not set
yann@1941
   337
CT_LIBC_glibc_AVAILABLE=y
yann@2055
   338
CT_LIBC_mingw_AVAILABLE=y
yann@1941
   339
CT_LIBC_newlib_AVAILABLE=y
yann@1941
   340
CT_LIBC_none_AVAILABLE=y
yann@1941
   341
CT_LIBC_uClibc_AVAILABLE=y
yann@2055
   342
yann@2055
   343
#
yann@2055
   344
# glibc/eglibc common options
yann@2055
   345
#
g@1474
   346
CT_LIBC_GLIBC_EXTRA_CONFIG=""
g@1474
   347
CT_LIBC_GLIBC_CONFIGPARMS=""
g@1474
   348
CT_LIBC_GLIBC_EXTRA_CFLAGS=""
g@1474
   349
CT_LIBC_EXTRA_CC_ARGS=""
g@1474
   350
CT_LIBC_GLIBC_USE_PORTS=y
g@1474
   351
CT_LIBC_ADDONS_LIST=""
yann@2055
   352
yann@2055
   353
#
yann@2055
   354
# WARNING !!!                                            
yann@2055
   355
#
yann@2055
   356
yann@2055
   357
#
yann@2055
   358
#   For glibc >= 2.8, it can happen that the tarballs    
yann@2055
   359
#
yann@2055
   360
yann@2055
   361
#
yann@2055
   362
#   for the addons are not available for download.       
yann@2055
   363
#
yann@2055
   364
yann@2055
   365
#
yann@2055
   366
#   If that happens, bad luck... Try a previous version  
yann@2055
   367
#
yann@2055
   368
yann@2055
   369
#
yann@2055
   370
#   or try again later... :-(                            
yann@2055
   371
#
g@1474
   372
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
g@1474
   373
# CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS is not set
g@1474
   374
CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN=y
g@1474
   375
CT_LIBC_GLIBC_MIN_KERNEL_VERSION="2.6.25"
g@1474
   376
CT_LIBC_GLIBC_MIN_KERNEL="2.6.25"
yann@2055
   377
CT_LIBC_SUPPORT_THREADS_ANY=y
yann@1791
   378
CT_LIBC_SUPPORT_NPTL=y
yann@1791
   379
CT_LIBC_SUPPORT_LINUXTHREADS=y
yann@2055
   380
# CT_LIBC_SUPPORT_WIN32THREADS is not set
yann@1791
   381
CT_THREADS="nptl"
yann@2055
   382
yann@2055
   383
#
yann@2055
   384
# Common C library options
yann@2055
   385
#
g@1474
   386
CT_THREADS_NPTL=y
g@1474
   387
# CT_THREADS_LINUXTHREADS is not set
yann@2055
   388
# CT_THREADS_WIN32THREADS is not set
g@1474
   389
# CT_THREADS_NONE is not set
yann@2055
   390
CT_LIBC_XLDD=y
yann@2055
   391
yann@2055
   392
#
yann@2055
   393
# Debug facilities
yann@2055
   394
#
g@1474
   395
CT_DEBUG_dmalloc=y
yann@1563
   396
CT_DMALLOC_V_5_5_2=y
g@1474
   397
CT_DMALLOC_VERSION="5.5.2"
g@1474
   398
# CT_DEBUG_duma is not set
g@1474
   399
CT_DEBUG_gdb=y
g@1474
   400
CT_GDB_CROSS=y
g@1474
   401
# CT_GDB_CROSS_STATIC is not set
yann@1941
   402
CT_GDB_CROSS_USE_GMP_MPFR=y
yann@1941
   403
# CT_GDB_CROSS_USE_MPC is not set
g@1474
   404
# CT_GDB_NATIVE is not set
g@1474
   405
CT_GDB_GDBSERVER=y
g@1474
   406
CT_GDB_GDBSERVER_STATIC=y
yann@1941
   407
# CT_GDB_V_7_1 is not set
yann@1791
   408
# CT_GDB_V_7_0_1 is not set
yann@1616
   409
# CT_GDB_V_7_0 is not set
yann@1563
   410
CT_GDB_V_6_8=y
g@1474
   411
CT_GDB_VERSION="6.8"
g@1474
   412
# CT_DEBUG_ltrace is not set
g@1474
   413
CT_DEBUG_strace=y
yann@2055
   414
# CT_STRACE_V_4_5_20 is not set
yann@1841
   415
CT_STRACE_V_4_5_19=y
yann@1841
   416
# CT_STRACE_V_4_5_18 is not set
yann@1563
   417
# CT_STRACE_V_4_5_17 is not set
yann@1563
   418
# CT_STRACE_V_4_5_16 is not set
yann@1563
   419
# CT_STRACE_V_4_5_15 is not set
yann@1841
   420
CT_STRACE_VERSION="4.5.19"
yann@2055
   421
yann@2055
   422
#
yann@2055
   423
# Companion libraries
yann@2055
   424
#
yann@2055
   425
yann@2055
   426
#
yann@2055
   427
# FIXME: check real dependencies!!!
yann@2055
   428
#
yann@1812
   429
CT_COMPLIBS=y
yann@1941
   430
# CT_WRAPPER_NEEDED is not set
yann@1812
   431
CT_GMP=y
yann@1812
   432
CT_MPFR=y
yann@1941
   433
# CT_GMP_V_5_0_1 is not set
yann@1941
   434
CT_GMP_V_4_3_2=y
yann@1941
   435
# CT_GMP_V_4_3_1 is not set
yann@1563
   436
# CT_GMP_V_4_3_0 is not set
yann@1563
   437
# CT_GMP_V_4_2_4 is not set
yann@1616
   438
# CT_GMP_V_4_2_2 is not set
yann@1941
   439
CT_GMP_VERSION="4.3.2"
yann@2055
   440
# CT_MPFR_V_3_0_0 is not set
yann@1841
   441
CT_MPFR_V_2_4_2=y
yann@1841
   442
# CT_MPFR_V_2_4_1 is not set
yann@1563
   443
# CT_MPFR_V_2_4_0 is not set
yann@1563
   444
# CT_MPFR_V_2_3_2 is not set
yann@1616
   445
# CT_MPFR_V_2_3_1 is not set
yann@1841
   446
CT_MPFR_VERSION="2.4.2"
yann@2055
   447
yann@2055
   448
#
yann@2055
   449
# Companion libraries common options
yann@2055
   450
#
yann@1941
   451
# CT_COMPLIBS_CHECK is not set
yann@1941
   452
# CT_COMPLIBS_SHARED is not set
yann@2055
   453
yann@2055
   454
#
yann@2055
   455
# Companion tools
yann@2055
   456
#
yann@2055
   457
yann@2055
   458
#
yann@2055
   459
# READ HELP before you say 'Y' below !!!
yann@2055
   460
#
yann@1841
   461
# CT_COMP_TOOLS is not set
yann@2055
   462
yann@2055
   463
#
yann@2055
   464
# Test suite
yann@2055
   465
#
yann@2055
   466
# CT_TEST_SUITE is not set
yann@2055
   467
# CT_TEST_SUITE_GCC is not set