samples/powerpc-e500v2-linux-gnuspe/crosstool.config
author Yann E. MORIN
Wed Jun 17 10:46:28 2009 +0200 (2009-06-17)
changeset 1409 7264ce426be4
parent 1293 965237500806
child 1305 b8fe0b2f381c
child 1532 4bbffda18b21
permissions -rw-r--r--
[configure] Use hg to compute the version string

Now that we have migrated to hg from svn, it does not make sense
to keep using svn tools to compute the version string, so switch
to using mercurial tools (that are much more flexible, BTW).
yann@929
     1
#
yann@929
     2
# Automatically generated make config: don't edit
yann@1296
     3
# crosstool-NG version: svn_trunk@1474
yann@1296
     4
# Sun Apr 19 19:02:11 2009
yann@929
     5
#
yann@929
     6
yann@929
     7
#
yann@929
     8
# Paths and misc options
yann@929
     9
#
yann@929
    10
yann@929
    11
#
yann@929
    12
# crosstool-NG behavior
yann@929
    13
#
yann@929
    14
# CT_OBSOLETE is not set
yann@929
    15
CT_EXPERIMENTAL=y
yann@929
    16
# CT_DEBUG_CT is not set
yann@929
    17
yann@929
    18
#
yann@929
    19
# Paths
yann@929
    20
#
yann@929
    21
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@929
    22
CT_SAVE_TARBALLS=y
yann@929
    23
CT_WORK_DIR="${CT_TOP_DIR}/targets"
yann@929
    24
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
yann@929
    25
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
yann@929
    26
# CT_CUSTOM_PATCH is not set
yann@929
    27
CT_REMOVE_DOCS=y
yann@929
    28
CT_INSTALL_DIR_RO=y
yann@929
    29
yann@929
    30
#
yann@929
    31
# Downloading
yann@929
    32
#
yann@1283
    33
# CT_FORBID_DOWNLOAD is not set
yann@929
    34
# CT_FORCE_DOWNLOAD is not set
yann@1022
    35
CT_USE_MIRROR=y
yann@1022
    36
# CT_PREFER_MIRROR is not set
yann@1296
    37
CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/"
yann@1066
    38
# CT_MIRROR_LS_R is not set
yann@929
    39
CT_CONNECT_TIMEOUT=10
yann@929
    40
# CT_ONLY_DOWNLOAD is not set
yann@929
    41
yann@929
    42
#
yann@929
    43
# Extracting
yann@929
    44
#
yann@929
    45
# CT_FORCE_EXTRACT is not set
yann@929
    46
CT_OVERIDE_CONFIG_GUESS_SUB=y
yann@929
    47
# CT_ONLY_EXTRACT is not set
yann@929
    48
yann@929
    49
#
yann@929
    50
# Build behavior
yann@929
    51
#
yann@929
    52
CT_PARALLEL_JOBS=1
yann@929
    53
CT_LOAD=0
yann@929
    54
CT_NICE=0
yann@929
    55
CT_USE_PIPES=y
yann@929
    56
# CT_CONFIG_SHELL_ASH is not set
yann@929
    57
yann@929
    58
#
yann@929
    59
# Logging
yann@929
    60
#
yann@929
    61
# CT_LOG_ERROR is not set
yann@929
    62
# CT_LOG_WARN is not set
yann@929
    63
# CT_LOG_INFO is not set
yann@929
    64
CT_LOG_EXTRA=y
yann@929
    65
# CT_LOG_DEBUG is not set
yann@929
    66
# CT_LOG_ALL is not set
yann@929
    67
CT_LOG_LEVEL_MAX="EXTRA"
yann@929
    68
# CT_LOG_SEE_TOOLS_WARN is not set
yann@929
    69
CT_LOG_PROGRESS_BAR=y
yann@929
    70
CT_LOG_TO_FILE=y
yann@929
    71
CT_LOG_FILE_COMPRESS=y
yann@929
    72
yann@929
    73
#
yann@929
    74
# Target options
yann@929
    75
#
yann@929
    76
CT_ARCH="powerpc"
yann@1066
    77
# CT_ARCH_64 is not set
yann@929
    78
# CT_ARCH_SUPPORT_ARCH is not set
yann@929
    79
CT_ARCH_SUPPORT_ABI=y
yann@929
    80
CT_ARCH_SUPPORT_CPU=y
yann@929
    81
CT_ARCH_SUPPORT_TUNE=y
yann@929
    82
# CT_ARCH_SUPPORT_FPU is not set
yann@929
    83
# CT_ARCH_SUPPORTS_BOTH_ENDIAN is not set
yann@929
    84
# CT_ARCH_DEFAULT_BE is not set
yann@929
    85
# CT_ARCH_DEFAULT_LE is not set
yann@929
    86
CT_ARCH_ABI=""
yann@929
    87
CT_ARCH_CPU="8548"
yann@929
    88
CT_ARCH_TUNE="8548"
yann@929
    89
CT_ARCH_FLOAT_HW=y
yann@929
    90
# CT_ARCH_FLOAT_SW is not set
yann@929
    91
CT_TARGET_CFLAGS="-mfloat-gprs=double -Wa,-me500x2"
yann@929
    92
CT_TARGET_LDFLAGS=""
yann@929
    93
yann@929
    94
#
yann@929
    95
# General target options
yann@929
    96
#
yann@929
    97
# CT_ARCH_alpha is not set
yann@929
    98
# CT_ARCH_arm is not set
yann@929
    99
# CT_ARCH_ia64 is not set
yann@929
   100
# CT_ARCH_mips is not set
yann@929
   101
CT_ARCH_powerpc=y
yann@1283
   102
# CT_ARCH_powerpc64 is not set
yann@929
   103
# CT_ARCH_sh is not set
yann@1005
   104
# CT_ARCH_x86 is not set
yann@929
   105
# CT_ARCH_x86_64 is not set
yann@929
   106
CT_ARCH_POWERPC_SPE=y
yann@929
   107
yann@929
   108
#
yann@929
   109
# Target optimisations
yann@929
   110
#
yann@929
   111
yann@929
   112
#
yann@929
   113
# Toolchain options
yann@929
   114
#
yann@929
   115
yann@929
   116
#
yann@929
   117
# General toolchain options
yann@929
   118
#
yann@929
   119
CT_USE_SYSROOT=y
yann@1283
   120
CT_SYSROOT_DIR_PREFIX=""
yann@929
   121
CT_SHARED_LIBS=y
yann@1283
   122
yann@1283
   123
#
yann@1283
   124
# Tuple completion and aliasing
yann@1283
   125
#
yann@929
   126
CT_TARGET_VENDOR="e500v2"
yann@929
   127
CT_TARGET_ALIAS_SED_EXPR=""
yann@929
   128
CT_TARGET_ALIAS=""
yann@929
   129
yann@929
   130
#
yann@929
   131
# Toolchain type
yann@929
   132
#
yann@929
   133
# CT_NATIVE is not set
yann@929
   134
CT_CROSS=y
yann@929
   135
# CT_CROSS_NATIVE is not set
yann@929
   136
# CT_CANADIAN is not set
yann@929
   137
CT_TOOLCHAIN_TYPE="cross"
yann@1066
   138
yann@1066
   139
#
yann@1066
   140
# Build system
yann@1066
   141
#
yann@929
   142
CT_BUILD=""
yann@1066
   143
CT_BUILD_PREFIX=""
yann@1066
   144
CT_BUILD_SUFFIX=""
yann@929
   145
yann@929
   146
#
yann@929
   147
# Operating System
yann@929
   148
#
yann@929
   149
# CT_BARE_METAL is not set
yann@929
   150
CT_KERNEL="linux"
yann@1283
   151
CT_KERNEL_VERSION="2.6.29"
yann@929
   152
# CT_KERNEL_bare_metal is not set
yann@929
   153
CT_KERNEL_linux=y
yann@929
   154
CT_KERNEL_LINUX_INSTALL=y
yann@929
   155
CT_KERNEL_LINUX_INSTALL_CHECK=y
yann@929
   156
# CT_KERNEL_V_2_6_18_8 is not set
yann@929
   157
# CT_KERNEL_V_2_6_19_7 is not set
yann@929
   158
# CT_KERNEL_V_2_6_20_21 is not set
yann@929
   159
# CT_KERNEL_V_2_6_21_7 is not set
yann@929
   160
# CT_KERNEL_V_2_6_22_19 is not set
yann@929
   161
# CT_KERNEL_V_2_6_23_17 is not set
yann@929
   162
# CT_KERNEL_V_2_6_24_7 is not set
yann@1066
   163
# CT_KERNEL_V_2_6_25_20 is not set
yann@1283
   164
# CT_KERNEL_V_2_6_26_8 is not set
yann@929
   165
# CT_KERNEL_V_2_6_27 is not set
yann@1005
   166
# CT_KERNEL_V_2_6_27_1 is not set
yann@1005
   167
# CT_KERNEL_V_2_6_27_2 is not set
yann@1005
   168
# CT_KERNEL_V_2_6_27_3 is not set
yann@1066
   169
# CT_KERNEL_V_2_6_27_4 is not set
yann@1066
   170
# CT_KERNEL_V_2_6_27_5 is not set
yann@1066
   171
# CT_KERNEL_V_2_6_27_6 is not set
yann@1130
   172
# CT_KERNEL_V_2_6_27_7 is not set
yann@1130
   173
# CT_KERNEL_V_2_6_27_8 is not set
yann@1130
   174
# CT_KERNEL_V_2_6_27_9 is not set
yann@1130
   175
# CT_KERNEL_V_2_6_27_10 is not set
yann@1283
   176
# CT_KERNEL_V_2_6_27_11 is not set
yann@1283
   177
# CT_KERNEL_V_2_6_27_12 is not set
yann@1283
   178
# CT_KERNEL_V_2_6_27_13 is not set
yann@1283
   179
# CT_KERNEL_V_2_6_27_14 is not set
yann@1283
   180
# CT_KERNEL_V_2_6_27_15 is not set
yann@1283
   181
# CT_KERNEL_V_2_6_27_16 is not set
yann@1283
   182
# CT_KERNEL_V_2_6_27_17 is not set
yann@1283
   183
# CT_KERNEL_V_2_6_27_18 is not set
yann@1283
   184
# CT_KERNEL_V_2_6_27_19 is not set
yann@1283
   185
# CT_KERNEL_V_2_6_27_20 is not set
yann@1283
   186
# CT_KERNEL_V_2_6_27_21 is not set
yann@1130
   187
# CT_KERNEL_V_2_6_28 is not set
yann@1283
   188
# CT_KERNEL_V_2_6_28_1 is not set
yann@1283
   189
# CT_KERNEL_V_2_6_28_2 is not set
yann@1283
   190
# CT_KERNEL_V_2_6_28_3 is not set
yann@1283
   191
# CT_KERNEL_V_2_6_28_4 is not set
yann@1283
   192
# CT_KERNEL_V_2_6_28_5 is not set
yann@1283
   193
# CT_KERNEL_V_2_6_28_6 is not set
yann@1283
   194
# CT_KERNEL_V_2_6_28_7 is not set
yann@1283
   195
# CT_KERNEL_V_2_6_28_8 is not set
yann@1283
   196
# CT_KERNEL_V_2_6_28_9 is not set
yann@1283
   197
CT_KERNEL_V_2_6_29=y
yann@1296
   198
# CT_KERNEL_V_2_6_29_1 is not set
yann@1296
   199
# CT_KERNEL_V_select is not set
yann@929
   200
CT_KERNEL_LINUX_VERBOSITY_0=y
yann@929
   201
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
yann@929
   202
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
yann@929
   203
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
yann@1283
   204
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
yann@929
   205
yann@929
   206
#
yann@929
   207
# GMP and MPFR
yann@929
   208
#
yann@929
   209
CT_GMP_MPFR=y
yann@1066
   210
# CT_GMP_MPFR_TARGET is not set
yann@1066
   211
# CT_GMP_V_4_2_2 is not set
yann@1066
   212
CT_GMP_V_4_2_4=y
yann@1066
   213
CT_GMP_VERSION="4.2.4"
yann@929
   214
CT_GMP_CHECK=y
yann@1066
   215
# CT_MPFR_V_2_3_1 is not set
yann@1283
   216
# CT_MPFR_V_2_3_2 is not set
yann@1283
   217
# CT_MPFR_V_2_4_0 is not set
yann@1283
   218
CT_MPFR_V_2_4_1=y
yann@1283
   219
CT_MPFR_VERSION="2.4.1"
yann@929
   220
CT_MPFR_CHECK=y
yann@929
   221
yann@929
   222
#
yann@929
   223
# binutils
yann@929
   224
#
yann@1283
   225
CT_BINUTILS_VERSION="2.19.1"
yann@929
   226
# CT_BINUTILS_V_2_14 is not set
yann@929
   227
# CT_BINUTILS_V_2_15 is not set
yann@929
   228
# CT_BINUTILS_V_2_16_1 is not set
yann@929
   229
# CT_BINUTILS_V_2_17 is not set
yann@929
   230
# CT_BINUTILS_V_2_18 is not set
yann@929
   231
# CT_BINUTILS_V_2_18_50_0_4 is not set
yann@929
   232
# CT_BINUTILS_V_2_18_50_0_6 is not set
yann@929
   233
# CT_BINUTILS_V_2_18_50_0_7 is not set
yann@929
   234
# CT_BINUTILS_V_2_18_50_0_8 is not set
yann@929
   235
# CT_BINUTILS_V_2_18_50_0_9 is not set
yann@1076
   236
# CT_BINUTILS_V_2_18_90 is not set
yann@929
   237
# CT_BINUTILS_V_2_18_91 is not set
yann@929
   238
# CT_BINUTILS_V_2_18_92 is not set
yann@929
   239
# CT_BINUTILS_V_2_18_93 is not set
yann@1283
   240
# CT_BINUTILS_V_2_19 is not set
yann@1283
   241
CT_BINUTILS_V_2_19_1=y
yann@929
   242
# CT_BINUTILS_V_2_19_50_0_1 is not set
yann@1283
   243
# CT_BINUTILS_V_2_19_51_0_1 is not set
yann@1283
   244
# CT_BINUTILS_V_2_19_51_0_2 is not set
yann@929
   245
CT_BINUTILS_EXTRA_CONFIG="--enable-spe=yes --enable-e500x2 --with-e500x2"
yann@1066
   246
# CT_BINUTILS_FOR_TARGET is not set
yann@929
   247
yann@929
   248
#
yann@929
   249
# C compiler
yann@929
   250
#
yann@929
   251
CT_CC="gcc"
yann@1283
   252
CT_CC_VERSION="4.3.2"
yann@929
   253
CT_CC_gcc=y
yann@929
   254
# CT_CC_V_3_2_3 is not set
yann@929
   255
# CT_CC_V_3_3_6 is not set
yann@929
   256
# CT_CC_V_3_4_6 is not set
yann@929
   257
# CT_CC_V_4_0_0 is not set
yann@929
   258
# CT_CC_V_4_0_1 is not set
yann@929
   259
# CT_CC_V_4_0_2 is not set
yann@929
   260
# CT_CC_V_4_0_3 is not set
yann@929
   261
# CT_CC_V_4_0_4 is not set
yann@929
   262
# CT_CC_V_4_1_0 is not set
yann@929
   263
# CT_CC_V_4_1_1 is not set
yann@929
   264
# CT_CC_V_4_1_2 is not set
yann@929
   265
# CT_CC_V_4_2_0 is not set
yann@929
   266
# CT_CC_V_4_2_1 is not set
yann@929
   267
# CT_CC_V_4_2_2 is not set
yann@929
   268
# CT_CC_V_4_2_3 is not set
yann@929
   269
# CT_CC_V_4_2_4 is not set
yann@929
   270
# CT_CC_V_4_3_0 is not set
yann@1283
   271
# CT_CC_V_4_3_1 is not set
yann@1283
   272
CT_CC_V_4_3_2=y
yann@1283
   273
# CT_CC_V_4_3_3 is not set
yann@1283
   274
# CT_CC_V_4_4_0 is not set
yann@929
   275
CT_CC_GCC_4_3_or_later=y
yann@1283
   276
# CT_CC_GCC_4_4_snapshot is not set
yann@929
   277
CT_CC_CXA_ATEXIT=y
yann@929
   278
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
yann@929
   279
# CT_CC_SJLJ_EXCEPTIONS_USE is not set
yann@929
   280
# CT_CC_SJLJ_EXCEPTIONS_DONT_USE is not set
yann@929
   281
CT_CC_CORE_EXTRA_CONFIG=""
yann@929
   282
CT_CC_EXTRA_CONFIG="--with-long-double-128"
yann@929
   283
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
yann@929
   284
CT_CC_BUGURL=""
yann@1130
   285
CT_CC_LANG_JAVA_USE_ECJ=y
yann@929
   286
CT_CC_SUPPORT_CXX=y
yann@929
   287
CT_CC_SUPPORT_FORTRAN=y
yann@929
   288
CT_CC_SUPPORT_JAVA=y
yann@929
   289
CT_CC_SUPPORT_ADA=y
yann@929
   290
CT_CC_SUPPORT_OBJC=y
yann@929
   291
CT_CC_SUPPORT_OBJCXX=y
yann@929
   292
yann@929
   293
#
yann@929
   294
# Additional supported languages:
yann@929
   295
#
yann@929
   296
CT_CC_LANG_CXX=y
yann@929
   297
CT_CC_LANG_FORTRAN=y
yann@929
   298
CT_CC_LANG_JAVA=y
yann@929
   299
# CT_CC_LANG_ADA is not set
yann@929
   300
# CT_CC_LANG_OBJC is not set
yann@929
   301
# CT_CC_LANG_OBJCXX is not set
yann@929
   302
CT_CC_LANG_OTHERS=""
yann@929
   303
CT_LIBC="eglibc"
yann@929
   304
yann@929
   305
#
yann@929
   306
# C-library
yann@929
   307
#
yann@1283
   308
CT_LIBC_VERSION="2_9"
yann@929
   309
CT_LIBC_eglibc=y
yann@929
   310
# CT_LIBC_glibc is not set
yann@929
   311
# CT_LIBC_uClibc is not set
yann@929
   312
# CT_EGLIBC_V_2_5 is not set
yann@1283
   313
# CT_EGLIBC_V_2_6 is not set
yann@929
   314
# CT_EGLIBC_V_2_7 is not set
yann@929
   315
# CT_EGLIBC_V_2_8 is not set
yann@1283
   316
CT_EGLIBC_V_2_9=y
yann@929
   317
# CT_EGLIBC_V_TRUNK is not set
yann@929
   318
CT_EGLIBC_REVISION="HEAD"
yann@929
   319
CT_EGLIBC_CHECKOUT=y
yann@929
   320
yann@929
   321
#
yann@1283
   322
# glibc/eglibc common options
yann@1283
   323
#
yann@1283
   324
CT_LIBC_GLIBC_EXTRA_CONFIG=""
yann@1283
   325
CT_LIBC_GLIBC_CONFIGPARMS=""
yann@1283
   326
CT_LIBC_GLIBC_EXTRA_CFLAGS=""
yann@1283
   327
CT_LIBC_EXTRA_CC_ARGS=""
yann@1283
   328
CT_LIBC_GLIBC_USE_PORTS=y
yann@1283
   329
CT_LIBC_ADDONS_LIST=""
yann@1283
   330
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
yann@1283
   331
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
yann@1283
   332
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
yann@1283
   333
CT_LIBC_GLIBC_MIN_KERNEL="2.6.29"
yann@1283
   334
yann@1283
   335
#
yann@929
   336
# Common C library options
yann@929
   337
#
yann@929
   338
CT_LIBC_SUPPORT_NPTL=y
yann@929
   339
CT_LIBC_SUPPORT_LINUXTHREADS=y
yann@929
   340
CT_THREADS="nptl"
yann@929
   341
CT_THREADS_NPTL=y
yann@929
   342
# CT_THREADS_LINUXTHREADS is not set
yann@929
   343
# CT_THREADS_NONE is not set
yann@929
   344
yann@929
   345
#
yann@929
   346
# Tools facilities
yann@929
   347
#
yann@929
   348
# CT_TOOL_libelf is not set
yann@929
   349
# CT_TOOL_sstrip is not set
yann@929
   350
yann@929
   351
#
yann@929
   352
# Debug facilities
yann@929
   353
#
yann@929
   354
# CT_DEBUG_dmalloc is not set
yann@929
   355
# CT_DEBUG_duma is not set
yann@929
   356
# CT_DEBUG_gdb is not set
yann@929
   357
# CT_DEBUG_ltrace is not set
yann@929
   358
# CT_DEBUG_strace is not set