samples/x86_64-unknown-linux-uclibc/crosstool.config
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Oct 31 18:27:27 2008 +0000 (2008-10-31)
changeset 1022 7b3e8b8d392e
parent 1013 2eeb20ae68e9
child 1068 a1cda9675bc9
permissions -rw-r--r--
Transform LAN_MIRROR into plain MIRROR:
- it does not have to be in the LAN
- offer mirror preference over upstream
- if selected, the mirror will be scanned before upstream servers
- if not selected, upstream servers will be scanned before the mirror
- I've set up such an internet-accessible mirror
- uClibc snapshot available
- MPFR releases available (the MPFR site is down from time to time)
- update all samples to use my mirror as a failover

/trunk/scripts/functions | 45 16 29 0 +++++--------
/trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 8 7 1 0 ++
/trunk/samples/arm-unknown-elf/crosstool.config | 8 7 1 0 ++
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 8 7 1 0 ++
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 8 7 1 0 ++
/trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config | 8 7 1 0 ++
/trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 8 7 1 0 ++
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/samples/arm-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 8 7 1 0 ++
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 8 7 1 0 ++
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 8 7 1 0 ++
/trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 8 7 1 0 ++
/trunk/samples/i586-geode-linux-uclibc/crosstool.config | 8 7 1 0 ++
/trunk/samples/powerpc-405-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 8 7 1 0 ++
/trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/samples/arm-unknown-eabi/crosstool.config | 8 7 1 0 ++
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/samples/powerpc-860-linux-gnu/crosstool.config | 8 7 1 0 ++
/trunk/config/global/download.in | 42 25 17 0 +++++++-----
27 files changed, 216 insertions(+), 71 deletions(-)
yann@232
     1
#
yann@232
     2
# Automatically generated make config: don't edit
yann@1013
     3
# crosstool-NG version: 1.2.0+svn_trunk@1167
yann@1013
     4
# Wed Oct 29 14:33:20 2008
yann@232
     5
#
yann@232
     6
yann@232
     7
#
yann@232
     8
# Paths and misc options
yann@232
     9
#
yann@232
    10
yann@232
    11
#
yann@232
    12
# crosstool-NG behavior
yann@232
    13
#
yann@232
    14
# CT_OBSOLETE is not set
yann@271
    15
CT_EXPERIMENTAL=y
yann@488
    16
# CT_DEBUG_CT is not set
yann@488
    17
yann@488
    18
#
yann@697
    19
# Paths
yann@697
    20
#
yann@697
    21
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@697
    22
CT_SAVE_TARBALLS=y
yann@697
    23
CT_WORK_DIR="${CT_TOP_DIR}/targets"
yann@697
    24
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
yann@697
    25
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
yann@697
    26
# CT_CUSTOM_PATCH is not set
yann@697
    27
CT_REMOVE_DOCS=y
yann@697
    28
CT_INSTALL_DIR_RO=y
yann@697
    29
yann@697
    30
#
yann@488
    31
# Downloading
yann@488
    32
#
yann@488
    33
# CT_FORCE_DOWNLOAD is not set
yann@697
    34
# CT_USE_PROXY is not set
yann@697
    35
CT_PROXY_TYPE="none"
yann@1022
    36
CT_USE_MIRROR=y
yann@1022
    37
# CT_PREFER_MIRROR is not set
yann@1022
    38
CT_MIRROR_HTTP=y
yann@1022
    39
# CT_MIRROR_FTP is not set
yann@1022
    40
CT_MIRROR_SCHEME="http"
yann@1022
    41
CT_MIRROR_HOSTNAME="ymorin.is-a-geek.org"
yann@1022
    42
CT_MIRROR_BASE="/mirrors"
yann@697
    43
CT_CONNECT_TIMEOUT=10
yann@488
    44
# CT_ONLY_DOWNLOAD is not set
yann@488
    45
yann@488
    46
#
yann@488
    47
# Extracting
yann@488
    48
#
yann@488
    49
# CT_FORCE_EXTRACT is not set
yann@608
    50
CT_OVERIDE_CONFIG_GUESS_SUB=y
yann@488
    51
# CT_ONLY_EXTRACT is not set
yann@232
    52
yann@232
    53
#
yann@232
    54
# Build behavior
yann@232
    55
#
yann@232
    56
CT_PARALLEL_JOBS=1
yann@232
    57
CT_LOAD=0
yann@232
    58
CT_NICE=0
yann@232
    59
CT_USE_PIPES=y
yann@1013
    60
# CT_CONFIG_SHELL_ASH is not set
yann@232
    61
yann@232
    62
#
yann@232
    63
# Logging
yann@232
    64
#
yann@232
    65
# CT_LOG_ERROR is not set
yann@232
    66
# CT_LOG_WARN is not set
yann@232
    67
# CT_LOG_INFO is not set
yann@232
    68
CT_LOG_EXTRA=y
yann@232
    69
# CT_LOG_DEBUG is not set
yann@232
    70
# CT_LOG_ALL is not set
yann@232
    71
CT_LOG_LEVEL_MAX="EXTRA"
yann@232
    72
# CT_LOG_SEE_TOOLS_WARN is not set
yann@232
    73
CT_LOG_PROGRESS_BAR=y
yann@232
    74
CT_LOG_TO_FILE=y
yann@232
    75
CT_LOG_FILE_COMPRESS=y
yann@232
    76
yann@232
    77
#
yann@232
    78
# Target options
yann@232
    79
#
yann@636
    80
CT_ARCH="x86_64"
yann@636
    81
CT_ARCH_SUPPORT_ARCH=y
yann@636
    82
# CT_ARCH_SUPPORT_ABI is not set
yann@636
    83
CT_ARCH_SUPPORT_CPU=y
yann@636
    84
CT_ARCH_SUPPORT_TUNE=y
yann@636
    85
# CT_ARCH_SUPPORT_FPU is not set
yann@636
    86
# CT_ARCH_SUPPORTS_BOTH_ENDIAN is not set
yann@636
    87
# CT_ARCH_DEFAULT_BE is not set
yann@636
    88
# CT_ARCH_DEFAULT_LE is not set
yann@643
    89
CT_ARCH_ARCH="k8"
yann@643
    90
CT_ARCH_CPU=""
yann@643
    91
CT_ARCH_TUNE=""
yann@636
    92
CT_ARCH_FLOAT_HW=y
yann@636
    93
# CT_ARCH_FLOAT_SW is not set
yann@636
    94
CT_TARGET_CFLAGS=""
yann@1013
    95
CT_TARGET_LDFLAGS=""
yann@232
    96
yann@232
    97
#
yann@232
    98
# General target options
yann@232
    99
#
yann@636
   100
# CT_ARCH_alpha is not set
yann@636
   101
# CT_ARCH_arm is not set
yann@636
   102
# CT_ARCH_ia64 is not set
yann@636
   103
# CT_ARCH_mips is not set
yann@636
   104
# CT_ARCH_powerpc is not set
yann@636
   105
# CT_ARCH_sh is not set
yann@232
   106
# CT_ARCH_x86 is not set
yann@232
   107
CT_ARCH_x86_64=y
yann@232
   108
yann@232
   109
#
yann@232
   110
# Target optimisations
yann@232
   111
#
yann@232
   112
yann@232
   113
#
yann@232
   114
# Toolchain options
yann@232
   115
#
yann@232
   116
yann@232
   117
#
yann@232
   118
# General toolchain options
yann@232
   119
#
yann@232
   120
CT_USE_SYSROOT=y
yann@232
   121
CT_SHARED_LIBS=y
yann@232
   122
CT_TARGET_VENDOR="unknown"
yann@340
   123
CT_TARGET_ALIAS_SED_EXPR=""
yann@232
   124
CT_TARGET_ALIAS=""
yann@232
   125
yann@232
   126
#
yann@232
   127
# Toolchain type
yann@232
   128
#
yann@232
   129
# CT_NATIVE is not set
yann@232
   130
CT_CROSS=y
yann@232
   131
# CT_CROSS_NATIVE is not set
yann@232
   132
# CT_CANADIAN is not set
yann@232
   133
CT_TOOLCHAIN_TYPE="cross"
yann@232
   134
CT_BUILD=""
yann@232
   135
CT_CC_NATIVE="gcc"
yann@232
   136
yann@232
   137
#
yann@1013
   138
# Operating System
yann@232
   139
#
yann@1013
   140
# CT_BARE_METAL is not set
yann@232
   141
CT_KERNEL="linux"
yann@1013
   142
CT_KERNEL_VERSION="2.6.26.7"
yann@1013
   143
# CT_KERNEL_bare_metal is not set
yann@1013
   144
CT_KERNEL_linux=y
yann@1013
   145
CT_KERNEL_LINUX_INSTALL=y
yann@1013
   146
CT_KERNEL_LINUX_INSTALL_CHECK=y
yann@1013
   147
# CT_KERNEL_V_2_6_18_8 is not set
yann@1013
   148
# CT_KERNEL_V_2_6_19_7 is not set
yann@1013
   149
# CT_KERNEL_V_2_6_20_21 is not set
yann@1013
   150
# CT_KERNEL_V_2_6_21_7 is not set
yann@1013
   151
# CT_KERNEL_V_2_6_22_19 is not set
yann@1013
   152
# CT_KERNEL_V_2_6_23_17 is not set
yann@1013
   153
# CT_KERNEL_V_2_6_24_7 is not set
yann@1013
   154
# CT_KERNEL_V_2_6_25_19 is not set
yann@1013
   155
# CT_KERNEL_V_2_6_26 is not set
yann@1013
   156
# CT_KERNEL_V_2_6_26_1 is not set
yann@1013
   157
# CT_KERNEL_V_2_6_26_2 is not set
yann@1013
   158
# CT_KERNEL_V_2_6_26_3 is not set
yann@1013
   159
# CT_KERNEL_V_2_6_26_4 is not set
yann@1013
   160
# CT_KERNEL_V_2_6_26_5 is not set
yann@1013
   161
# CT_KERNEL_V_2_6_26_6 is not set
yann@1013
   162
CT_KERNEL_V_2_6_26_7=y
yann@1013
   163
# CT_KERNEL_V_2_6_27 is not set
yann@1013
   164
# CT_KERNEL_V_2_6_27_1 is not set
yann@1013
   165
# CT_KERNEL_V_2_6_27_2 is not set
yann@1013
   166
# CT_KERNEL_V_2_6_27_3 is not set
yann@232
   167
CT_KERNEL_LINUX_VERBOSITY_0=y
yann@232
   168
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
yann@232
   169
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
yann@232
   170
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
yann@1013
   171
# CT_KERNEL_LINUX_USE_CUSTOM_DIR is not set
yann@232
   172
yann@232
   173
#
yann@608
   174
# GMP and MPFR
yann@608
   175
#
yann@608
   176
CT_GMP_MPFR=y
yann@608
   177
CT_GMP_MPFR_TARGET=y
yann@1013
   178
# CT_GMP_V_4_2_2 is not set
yann@1013
   179
CT_GMP_V_4_2_4=y
yann@1013
   180
CT_GMP_VERSION="4.2.4"
yann@608
   181
CT_GMP_CHECK=y
yann@1013
   182
# CT_MPFR_V_2_3_1 is not set
yann@1013
   183
CT_MPFR_V_2_3_2=y
yann@1013
   184
CT_MPFR_VERSION="2.3.2"
yann@608
   185
CT_MPFR_CHECK=y
yann@608
   186
yann@608
   187
#
yann@232
   188
# binutils
yann@232
   189
#
yann@1013
   190
CT_BINUTILS_VERSION="2.18"
yann@232
   191
# CT_BINUTILS_V_2_14 is not set
yann@232
   192
# CT_BINUTILS_V_2_15 is not set
yann@232
   193
# CT_BINUTILS_V_2_16_1 is not set
yann@232
   194
# CT_BINUTILS_V_2_17 is not set
yann@1013
   195
CT_BINUTILS_V_2_18=y
yann@488
   196
# CT_BINUTILS_V_2_18_50_0_4 is not set
yann@608
   197
# CT_BINUTILS_V_2_18_50_0_6 is not set
yann@653
   198
# CT_BINUTILS_V_2_18_50_0_7 is not set
yann@1013
   199
# CT_BINUTILS_V_2_18_50_0_8 is not set
yann@1013
   200
# CT_BINUTILS_V_2_18_50_0_9 is not set
yann@1013
   201
# CT_BINUTILS_V_2_18_90 is not set
yann@1013
   202
# CT_BINUTILS_V_2_18_91 is not set
yann@1013
   203
# CT_BINUTILS_V_2_18_92 is not set
yann@1013
   204
# CT_BINUTILS_V_2_18_93 is not set
yann@1013
   205
# CT_BINUTILS_V_2_19_50_0_1 is not set
yann@232
   206
CT_BINUTILS_EXTRA_CONFIG=""
yann@488
   207
CT_BINUTILS_FOR_TARGET=y
yann@488
   208
CT_BINUTILS_FOR_TARGET_IBERTY=y
yann@488
   209
CT_BINUTILS_FOR_TARGET_BFD=y
yann@232
   210
yann@232
   211
#
yann@232
   212
# C compiler
yann@232
   213
#
yann@232
   214
CT_CC="gcc"
yann@1013
   215
CT_CC_VERSION="4.3.2"
yann@1013
   216
CT_CC_gcc=y
yann@232
   217
# CT_CC_V_2_95_3 is not set
yann@232
   218
# CT_CC_V_3_2_3 is not set
yann@232
   219
# CT_CC_V_3_3_6 is not set
yann@232
   220
# CT_CC_V_3_4_6 is not set
yann@232
   221
# CT_CC_V_4_0_0 is not set
yann@232
   222
# CT_CC_V_4_0_1 is not set
yann@232
   223
# CT_CC_V_4_0_2 is not set
yann@232
   224
# CT_CC_V_4_0_3 is not set
yann@232
   225
# CT_CC_V_4_0_4 is not set
yann@232
   226
# CT_CC_V_4_1_0 is not set
yann@232
   227
# CT_CC_V_4_1_1 is not set
yann@271
   228
# CT_CC_V_4_1_2 is not set
yann@362
   229
# CT_CC_V_4_2_0 is not set
yann@488
   230
# CT_CC_V_4_2_1 is not set
yann@415
   231
# CT_CC_V_4_2_2 is not set
yann@690
   232
# CT_CC_V_4_2_3 is not set
yann@766
   233
# CT_CC_V_4_2_4 is not set
yann@608
   234
# CT_CC_V_4_3_0 is not set
yann@1013
   235
# CT_CC_V_4_3_1 is not set
yann@1013
   236
CT_CC_V_4_3_2=y
yann@766
   237
CT_CC_GCC_4_3_or_later=y
yann@232
   238
CT_CC_CXA_ATEXIT=y
yann@766
   239
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
yann@766
   240
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
yann@766
   241
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
yann@340
   242
CT_CC_CORE_EXTRA_CONFIG=""
yann@232
   243
CT_CC_EXTRA_CONFIG=""
yann@766
   244
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
yann@766
   245
CT_CC_BUGURL=""
yann@232
   246
CT_CC_SUPPORT_CXX=y
yann@232
   247
CT_CC_SUPPORT_FORTRAN=y
yann@232
   248
CT_CC_SUPPORT_JAVA=y
yann@232
   249
CT_CC_SUPPORT_ADA=y
yann@232
   250
CT_CC_SUPPORT_OBJC=y
yann@232
   251
CT_CC_SUPPORT_OBJCXX=y
yann@232
   252
yann@232
   253
#
yann@425
   254
# Additional supported languages:
yann@232
   255
#
yann@232
   256
CT_CC_LANG_CXX=y
yann@488
   257
CT_CC_LANG_FORTRAN=y
yann@766
   258
CT_CC_LANG_JAVA=y
yann@232
   259
# CT_CC_LANG_ADA is not set
yann@232
   260
# CT_CC_LANG_OBJC is not set
yann@232
   261
# CT_CC_LANG_OBJCXX is not set
yann@232
   262
CT_CC_LANG_OTHERS=""
yann@1013
   263
CT_LIBC="uClibc"
yann@232
   264
yann@232
   265
#
yann@232
   266
# C-library
yann@232
   267
#
yann@766
   268
CT_LIBC_VERSION="20080801"
yann@1013
   269
# CT_LIBC_eglibc is not set
yann@1013
   270
# CT_LIBC_glibc is not set
yann@1013
   271
CT_LIBC_uClibc=y
yann@232
   272
# CT_LIBC_V_0_9_28 is not set
yann@232
   273
# CT_LIBC_V_0_9_28_1 is not set
yann@232
   274
# CT_LIBC_V_0_9_28_2 is not set
yann@232
   275
# CT_LIBC_V_0_9_28_3 is not set
yann@766
   276
# CT_LIBC_V_0_9_29 is not set
yann@1013
   277
# CT_LIBC_V_snapshot is not set
yann@1013
   278
CT_LIBC_V_specific_date=y
yann@608
   279
CT_LIBC_UCLIBC_VERBOSITY_0=y
yann@608
   280
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
yann@608
   281
CT_LIBC_UCLIBC_VERBOSITY=""
yann@232
   282
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
yann@232
   283
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
yann@232
   284
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
yann@232
   285
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
yann@340
   286
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
yann@232
   287
# CT_LIBC_UCLIBC_LOCALES is not set
yann@232
   288
yann@232
   289
#
yann@1013
   290
# Common C library options
yann@1013
   291
#
yann@1013
   292
# CT_LIBC_SUPPORT_NPTL is not set
yann@1013
   293
CT_LIBC_SUPPORT_LINUXTHREADS=y
yann@1013
   294
CT_THREADS="linuxthreads"
yann@1013
   295
# CT_THREADS_NPTL is not set
yann@1013
   296
CT_THREADS_LINUXTHREADS=y
yann@1013
   297
# CT_THREADS_NONE is not set
yann@1013
   298
yann@1013
   299
#
yann@232
   300
# Tools facilities
yann@232
   301
#
yann@1013
   302
CT_TOOL_libelf=y
yann@1013
   303
CT_LIBELF_V_0_8_10=y
yann@1013
   304
CT_LIBELF_VERSION="0.8.10"
yann@1013
   305
CT_TOOL_sstrip=y
yann@232
   306
# CT_SSTRIP_ELFKICKERS is not set
yann@232
   307
CT_SSTRIP_BUILDROOT=y
yann@232
   308
CT_SSTRIP_FROM="buildroot"
yann@232
   309
yann@232
   310
#
yann@232
   311
# Debug facilities
yann@232
   312
#
yann@1013
   313
CT_DEBUG_dmalloc=y
yann@232
   314
# CT_DMALLOC_V_5_4_3 is not set
yann@232
   315
CT_DMALLOC_V_5_5_2=y
yann@232
   316
CT_DMALLOC_VERSION="5.5.2"
yann@1013
   317
CT_DEBUG_duma=y
yann@271
   318
CT_DUMA_A=y
yann@271
   319
CT_DUMA_SO=y
yann@488
   320
# CT_DUMA_V_2_5_1 is not set
yann@415
   321
# CT_DUMA_V_2_5_8 is not set
yann@608
   322
# CT_DUMA_V_2_5_12 is not set
yann@608
   323
CT_DUMA_V_2_5_14=y
yann@608
   324
CT_DUMA_VERSION="2_5_14"
yann@1013
   325
CT_DEBUG_gdb=y
yann@232
   326
CT_GDB_CROSS=y
yann@608
   327
# CT_GDB_CROSS_STATIC is not set
yann@1013
   328
# CT_GDB_CROSS_INSIGHT is not set
yann@608
   329
CT_GDB_NATIVE=y
yann@608
   330
# CT_GDB_NATIVE_STATIC is not set
yann@627
   331
CT_GDB_NATIVE_USE_GMP_MPFR=y
yann@608
   332
CT_GDB_GDBSERVER=y
yann@608
   333
CT_GDB_GDBSERVER_STATIC=y
yann@232
   334
# CT_GDB_V_6_4 is not set
yann@232
   335
# CT_GDB_V_6_5 is not set
yann@608
   336
# CT_GDB_V_6_6 is not set
yann@488
   337
# CT_GDB_V_6_7 is not set
yann@488
   338
# CT_GDB_V_6_7_1 is not set
yann@608
   339
CT_GDB_V_6_8=y
yann@1013
   340
# CT_GDB_V_snapshot is not set
yann@608
   341
CT_GDB_VERSION="6.8"
yann@608
   342
yann@608
   343
#
yann@608
   344
# Native gdb needs the ncurses library on the target
yann@608
   345
#
yann@608
   346
CT_NCURSES_V_5_6=y
yann@608
   347
CT_NCURSES_VERSION="5.6"
yann@1013
   348
CT_DEBUG_ltrace=y
yann@1013
   349
CT_LTRACE_V_0_4=y
yann@1013
   350
CT_LTRACE_VERSION="0.4"
yann@1013
   351
CT_DEBUG_strace=y
yann@271
   352
# CT_STRACE_V_4_5 is not set
yann@271
   353
# CT_STRACE_V_4_5_14 is not set
yann@488
   354
# CT_STRACE_V_4_5_15 is not set
yann@1013
   355
# CT_STRACE_V_4_5_16 is not set
yann@1013
   356
CT_STRACE_V_4_5_17=y
yann@1013
   357
# CT_STRACE_V_4_5_18 is not set
yann@1013
   358
CT_STRACE_VERSION="4.5.17"