samples/arm-unknown-linux-uclibc/crosstool.config
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 30 20:02:13 2007 +0000 (2007-07-30)
changeset 305 00a7e6c275da
parent 299 5ddb7af8be63
child 340 d930e60e5ff2
permissions -rw-r--r--
Remove any reference to libfloat. That has gone once and for all.

Rationale:
Most of the time, soft-float problems are caused by this sucker of gcc:
it has support for soft float for all of the targets I've tried so far,
but does not activate this code until you dwelve into half a dozen of
files to make it accept to build and link the support code...

So, yes: gcc has soft-float support. And again, yes: gcc is a sucker.
yann@299
     1
#
yann@299
     2
# Automatically generated make config: don't edit
yann@299
     3
# crosstool-NG version: 0.2.1+svn
yann@299
     4
# Sat Jul 28 18:44:45 2007
yann@299
     5
#
yann@299
     6
# CT_FOOBAR is not set
yann@299
     7
yann@299
     8
#
yann@299
     9
# Paths and misc options
yann@299
    10
#
yann@299
    11
yann@299
    12
#
yann@299
    13
# crosstool-NG behavior
yann@299
    14
#
yann@299
    15
# CT_OBSOLETE is not set
yann@299
    16
CT_EXPERIMENTAL=y
yann@299
    17
# CT_BROKEN is not set
yann@299
    18
CT_DEBUG_CT=y
yann@299
    19
# CT_DEBUG_CT_PAUSE_STEPS is not set
yann@299
    20
CT_DEBUG_CT_SAVE_STEPS=y
yann@299
    21
CT_DEBUG_CT_SAVE_STEPS_GZIP=y
yann@299
    22
yann@299
    23
#
yann@299
    24
# Build behavior
yann@299
    25
#
yann@299
    26
CT_PARALLEL_JOBS=1
yann@299
    27
CT_LOAD=0
yann@299
    28
CT_NICE=0
yann@299
    29
CT_USE_PIPES=y
yann@299
    30
yann@299
    31
#
yann@299
    32
# Paths
yann@299
    33
#
yann@299
    34
CT_LOCAL_TARBALLS_DIR="${HOME}/dev/src"
yann@299
    35
CT_SAVE_TARBALLS=y
yann@299
    36
CT_PREFIX_DIR="/opt/x-tools/${CT_TARGET}"
yann@299
    37
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
yann@299
    38
# CT_CUSTOM_PATCH is not set
yann@299
    39
CT_REMOVE_DOCS=y
yann@299
    40
# CT_INSTALL_DIR_RO is not set
yann@299
    41
yann@299
    42
#
yann@299
    43
# Downloading
yann@299
    44
#
yann@299
    45
# CT_FORCE_DOWNLOAD is not set
yann@299
    46
# CT_ONLY_DOWNLOAD is not set
yann@299
    47
yann@299
    48
#
yann@299
    49
# Extracting
yann@299
    50
#
yann@299
    51
# CT_FORCE_EXTRACT is not set
yann@299
    52
# CT_ONLY_EXTRACT is not set
yann@299
    53
yann@299
    54
#
yann@299
    55
# Logging
yann@299
    56
#
yann@299
    57
# CT_LOG_ERROR is not set
yann@299
    58
# CT_LOG_WARN is not set
yann@299
    59
# CT_LOG_INFO is not set
yann@299
    60
CT_LOG_EXTRA=y
yann@299
    61
# CT_LOG_DEBUG is not set
yann@299
    62
# CT_LOG_ALL is not set
yann@299
    63
CT_LOG_LEVEL_MAX="EXTRA"
yann@299
    64
# CT_LOG_SEE_TOOLS_WARN is not set
yann@299
    65
CT_LOG_PROGRESS_BAR=y
yann@299
    66
CT_LOG_TO_FILE=y
yann@299
    67
CT_LOG_FILE_COMPRESS=y
yann@299
    68
yann@299
    69
#
yann@299
    70
# Target options
yann@299
    71
#
yann@299
    72
yann@299
    73
#
yann@299
    74
# General target options
yann@299
    75
#
yann@299
    76
CT_ARCH="arm"
yann@299
    77
CT_ARCH_ARM=y
yann@299
    78
# CT_ARCH_MIPS is not set
yann@299
    79
# CT_ARCH_x86 is not set
yann@299
    80
# CT_ARCH_x86_64 is not set
yann@299
    81
CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
yann@299
    82
# CT_ARCH_BE is not set
yann@299
    83
CT_ARCH_LE=y
yann@299
    84
yann@299
    85
#
yann@299
    86
# Target optimisations
yann@299
    87
#
yann@299
    88
CT_ARCH_ARCH="armv5te"
yann@299
    89
CT_ARCH_ABI=""
yann@299
    90
CT_ARCH_CPU="xscale"
yann@299
    91
CT_ARCH_TUNE="xscale"
yann@299
    92
CT_ARCH_FPU=""
yann@299
    93
# CT_ARCH_FLOAT_HW is not set
yann@299
    94
CT_ARCH_FLOAT_SW=y
yann@299
    95
CT_TARGET_CFLAGS=""
yann@299
    96
yann@299
    97
#
yann@299
    98
# Toolchain options
yann@299
    99
#
yann@299
   100
yann@299
   101
#
yann@299
   102
# General toolchain options
yann@299
   103
#
yann@299
   104
CT_USE_SYSROOT=y
yann@299
   105
CT_SHARED_LIBS=y
yann@299
   106
# CT_THREADS_NPTL is not set
yann@299
   107
CT_THREADS_LINUXTHREADS=y
yann@299
   108
# CT_THREADS_NONE is not set
yann@299
   109
CT_THREADS="linuxthreads"
yann@299
   110
# CT_TARGET_MULTILIB is not set
yann@299
   111
CT_TARGET_VENDOR=""
yann@299
   112
CT_TARGET_ALIAS=""
yann@299
   113
yann@299
   114
#
yann@299
   115
# Toolchain type
yann@299
   116
#
yann@299
   117
# CT_NATIVE is not set
yann@299
   118
CT_CROSS=y
yann@299
   119
# CT_CROSS_NATIVE is not set
yann@299
   120
# CT_CANADIAN is not set
yann@299
   121
CT_TOOLCHAIN_TYPE="cross"
yann@299
   122
CT_BUILD=""
yann@299
   123
CT_CC_NATIVE="gcc"
yann@299
   124
yann@299
   125
#
yann@299
   126
# Kernel
yann@299
   127
#
yann@299
   128
CT_KERNEL_LINUX=y
yann@299
   129
CT_KERNEL_VERSION="2.6.22.1"
yann@299
   130
CT_KERNEL_LINUX_HEADERS_INSTALL=y
yann@299
   131
# CT_KERNEL_LINUX_HEADERS_SANITISED is not set
yann@299
   132
# CT_KERNEL_LINUX_HEADERS_COPY is not set
yann@299
   133
# CT_KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR is not set
yann@299
   134
CT_KERNEL="linux"
yann@299
   135
CT_KERNEL_VERSION_SEE_EXTRAVERSION=y
yann@299
   136
# CT_KERNEL_INSTALL_V_2_6_18 is not set
yann@299
   137
# CT_KERNEL_INSTALL_V_2_6_18_1 is not set
yann@299
   138
# CT_KERNEL_INSTALL_V_2_6_18_2 is not set
yann@299
   139
# CT_KERNEL_INSTALL_V_2_6_18_3 is not set
yann@299
   140
# CT_KERNEL_INSTALL_V_2_6_18_4 is not set
yann@299
   141
# CT_KERNEL_INSTALL_V_2_6_18_5 is not set
yann@299
   142
# CT_KERNEL_INSTALL_V_2_6_18_6 is not set
yann@299
   143
# CT_KERNEL_INSTALL_V_2_6_18_7 is not set
yann@299
   144
# CT_KERNEL_INSTALL_V_2_6_18_8 is not set
yann@299
   145
# CT_KERNEL_INSTALL_V_2_6_19 is not set
yann@299
   146
# CT_KERNEL_INSTALL_V_2_6_19_1 is not set
yann@299
   147
# CT_KERNEL_INSTALL_V_2_6_19_2 is not set
yann@299
   148
# CT_KERNEL_INSTALL_V_2_6_19_3 is not set
yann@299
   149
# CT_KERNEL_INSTALL_V_2_6_19_4 is not set
yann@299
   150
# CT_KERNEL_INSTALL_V_2_6_19_5 is not set
yann@299
   151
# CT_KERNEL_INSTALL_V_2_6_19_6 is not set
yann@299
   152
# CT_KERNEL_INSTALL_V_2_6_19_7 is not set
yann@299
   153
# CT_KERNEL_INSTALL_V_2_6_20 is not set
yann@299
   154
# CT_KERNEL_INSTALL_V_2_6_20_1 is not set
yann@299
   155
# CT_KERNEL_INSTALL_V_2_6_20_2 is not set
yann@299
   156
# CT_KERNEL_INSTALL_V_2_6_20_3 is not set
yann@299
   157
# CT_KERNEL_INSTALL_V_2_6_20_4 is not set
yann@299
   158
# CT_KERNEL_INSTALL_V_2_6_20_5 is not set
yann@299
   159
# CT_KERNEL_INSTALL_V_2_6_20_6 is not set
yann@299
   160
# CT_KERNEL_INSTALL_V_2_6_20_7 is not set
yann@299
   161
# CT_KERNEL_INSTALL_V_2_6_20_8 is not set
yann@299
   162
# CT_KERNEL_INSTALL_V_2_6_20_9 is not set
yann@299
   163
# CT_KERNEL_INSTALL_V_2_6_20_10 is not set
yann@299
   164
# CT_KERNEL_INSTALL_V_2_6_20_11 is not set
yann@299
   165
# CT_KERNEL_INSTALL_V_2_6_20_12 is not set
yann@299
   166
# CT_KERNEL_INSTALL_V_2_6_20_13 is not set
yann@299
   167
# CT_KERNEL_INSTALL_V_2_6_20_14 is not set
yann@299
   168
# CT_KERNEL_INSTALL_V_2_6_20_15 is not set
yann@299
   169
# CT_KERNEL_INSTALL_V_2_6_21 is not set
yann@299
   170
# CT_KERNEL_INSTALL_V_2_6_21_1 is not set
yann@299
   171
# CT_KERNEL_INSTALL_V_2_6_21_2 is not set
yann@299
   172
# CT_KERNEL_INSTALL_V_2_6_21_3 is not set
yann@299
   173
# CT_KERNEL_INSTALL_V_2_6_21_4 is not set
yann@299
   174
# CT_KERNEL_INSTALL_V_2_6_21_5 is not set
yann@299
   175
# CT_KERNEL_INSTALL_V_2_6_21_6 is not set
yann@299
   176
# CT_KERNEL_INSTALL_V_2_6_22 is not set
yann@299
   177
CT_KERNEL_INSTALL_V_2_6_22_1=y
yann@299
   178
# CT_KERNEL_LINUX_HEADERS_INSTALL_CHECK is not set
yann@299
   179
CT_KERNEL_LINUX_VERBOSITY_0=y
yann@299
   180
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
yann@299
   181
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
yann@299
   182
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
yann@299
   183
# CT_KERNEL_LINUX_NEEDS_CONFIG is not set
yann@299
   184
yann@299
   185
#
yann@299
   186
# binutils
yann@299
   187
#
yann@299
   188
CT_BINUTILS_VERSION="2.17.50.0.17"
yann@299
   189
# CT_BINUTILS_V_2_11_2 is not set
yann@299
   190
# CT_BINUTILS_V_2_13_90 is not set
yann@299
   191
# CT_BINUTILS_V_2_14 is not set
yann@299
   192
# CT_BINUTILS_V_2_14_90 is not set
yann@299
   193
# CT_BINUTILS_V_2_14_92 is not set
yann@299
   194
# CT_BINUTILS_V_2_15 is not set
yann@299
   195
# CT_BINUTILS_V_2_15_90 is not set
yann@299
   196
# CT_BINUTILS_V_2_15_91 is not set
yann@299
   197
# CT_BINUTILS_V_2_16 is not set
yann@299
   198
# CT_BINUTILS_V_2_16_1 is not set
yann@299
   199
# CT_BINUTILS_V_2_17 is not set
yann@299
   200
# CT_BINUTILS_V_2_17_50_0_1 is not set
yann@299
   201
# CT_BINUTILS_V_2_17_50_0_2 is not set
yann@299
   202
# CT_BINUTILS_V_2_17_50_0_3 is not set
yann@299
   203
# CT_BINUTILS_V_2_17_50_0_4 is not set
yann@299
   204
# CT_BINUTILS_V_2_17_50_0_5 is not set
yann@299
   205
# CT_BINUTILS_V_2_17_50_0_6 is not set
yann@299
   206
# CT_BINUTILS_V_2_17_50_0_7 is not set
yann@299
   207
# CT_BINUTILS_V_2_17_50_0_8 is not set
yann@299
   208
# CT_BINUTILS_V_2_17_50_0_9 is not set
yann@299
   209
# CT_BINUTILS_V_2_17_50_0_10 is not set
yann@299
   210
# CT_BINUTILS_V_2_17_50_0_11 is not set
yann@299
   211
# CT_BINUTILS_V_2_17_50_0_12 is not set
yann@299
   212
# CT_BINUTILS_V_2_17_50_0_13 is not set
yann@299
   213
# CT_BINUTILS_V_2_17_50_0_14 is not set
yann@299
   214
# CT_BINUTILS_V_2_17_50_0_15 is not set
yann@299
   215
# CT_BINUTILS_V_2_17_50_0_16 is not set
yann@299
   216
CT_BINUTILS_V_2_17_50_0_17=y
yann@299
   217
CT_BINUTILS_EXTRA_CONFIG=""
yann@299
   218
yann@299
   219
#
yann@299
   220
# C compiler
yann@299
   221
#
yann@299
   222
yann@299
   223
#
yann@299
   224
# Core C Compiler (used to build the C library)
yann@299
   225
#
yann@299
   226
# CT_CC_USE_CORE is not set
yann@299
   227
yann@299
   228
#
yann@299
   229
# Final C compiler
yann@299
   230
#
yann@299
   231
CT_CC_GCC=y
yann@299
   232
CT_CC_VERSION="4.2.0"
yann@299
   233
CT_CC="gcc"
yann@299
   234
# CT_CC_V_2_95_3 is not set
yann@299
   235
# CT_CC_V_3_2_3 is not set
yann@299
   236
# CT_CC_V_3_3 is not set
yann@299
   237
# CT_CC_V_3_3_1 is not set
yann@299
   238
# CT_CC_V_3_3_2 is not set
yann@299
   239
# CT_CC_V_3_3_3 is not set
yann@299
   240
# CT_CC_V_3_3_4 is not set
yann@299
   241
# CT_CC_V_3_3_5 is not set
yann@299
   242
# CT_CC_V_3_3_6 is not set
yann@299
   243
# CT_CC_V_3_4_0 is not set
yann@299
   244
# CT_CC_V_3_4_1 is not set
yann@299
   245
# CT_CC_V_3_4_2 is not set
yann@299
   246
# CT_CC_V_3_4_3 is not set
yann@299
   247
# CT_CC_V_3_4_4 is not set
yann@299
   248
# CT_CC_V_3_4_5 is not set
yann@299
   249
# CT_CC_V_3_4_6 is not set
yann@299
   250
# CT_CC_V_4_0_0 is not set
yann@299
   251
# CT_CC_V_4_0_1 is not set
yann@299
   252
# CT_CC_V_4_0_2 is not set
yann@299
   253
# CT_CC_V_4_0_3 is not set
yann@299
   254
# CT_CC_V_4_0_4 is not set
yann@299
   255
# CT_CC_V_4_1_0 is not set
yann@299
   256
# CT_CC_V_4_1_1 is not set
yann@299
   257
# CT_CC_V_4_1_2 is not set
yann@299
   258
CT_CC_V_4_2_0=y
yann@299
   259
CT_CC_CXA_ATEXIT=y
yann@299
   260
CT_CC_EXTRA_CONFIG=""
yann@299
   261
CT_CC_SUPPORT_CXX=y
yann@299
   262
CT_CC_SUPPORT_FORTRAN=y
yann@299
   263
CT_CC_SUPPORT_JAVA=y
yann@299
   264
CT_CC_SUPPORT_ADA=y
yann@299
   265
CT_CC_SUPPORT_OBJC=y
yann@299
   266
CT_CC_SUPPORT_OBJCXX=y
yann@299
   267
yann@299
   268
#
yann@299
   269
# Additionnal supported languages:
yann@299
   270
#
yann@299
   271
CT_CC_LANG_CXX=y
yann@299
   272
# CT_CC_LANG_FORTRAN is not set
yann@299
   273
# CT_CC_LANG_JAVA is not set
yann@299
   274
# CT_CC_LANG_ADA is not set
yann@299
   275
# CT_CC_LANG_OBJC is not set
yann@299
   276
# CT_CC_LANG_OBJCXX is not set
yann@299
   277
CT_CC_LANG_OTHERS=""
yann@299
   278
yann@299
   279
#
yann@299
   280
# C-library
yann@299
   281
#
yann@299
   282
# CT_LIBC_GLIBC is not set
yann@299
   283
CT_LIBC_UCLIBC=y
yann@299
   284
CT_LIBC_VERSION="0.9.29"
yann@299
   285
CT_LIBC="uClibc"
yann@299
   286
# CT_LIBC_SUPPORT_NPTL is not set
yann@299
   287
CT_LIBC_SUPPORT_LINUXTHREADS=y
yann@299
   288
# CT_LIBC_V_snapshot is not set
yann@299
   289
# CT_LIBC_V_specific_date is not set
yann@299
   290
# CT_LIBC_V_0_9_26 is not set
yann@299
   291
# CT_LIBC_V_0_9_27 is not set
yann@299
   292
# CT_LIBC_V_0_9_28 is not set
yann@299
   293
# CT_LIBC_V_0_9_28_1 is not set
yann@299
   294
# CT_LIBC_V_0_9_28_2 is not set
yann@299
   295
# CT_LIBC_V_0_9_28_3 is not set
yann@299
   296
CT_LIBC_V_0_9_29=y
yann@299
   297
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
yann@299
   298
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
yann@299
   299
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
yann@299
   300
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
yann@299
   301
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_TOP_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
yann@299
   302
# CT_LIBC_UCLIBC_LOCALES is not set
yann@299
   303
yann@299
   304
#
yann@299
   305
# Tools facilities
yann@299
   306
#
yann@299
   307
CT_SSTRIP=y
yann@299
   308
# CT_SSTRIP_ELFKICKERS is not set
yann@299
   309
CT_SSTRIP_BUILDROOT=y
yann@299
   310
CT_SSTRIP_FROM="buildroot"
yann@299
   311
yann@299
   312
#
yann@299
   313
# Debug facilities
yann@299
   314
#
yann@299
   315
CT_DMALLOC=y
yann@299
   316
# CT_DMALLOC_V_5_4_3 is not set
yann@299
   317
CT_DMALLOC_V_5_5_2=y
yann@299
   318
CT_DMALLOC_VERSION="5.5.2"
yann@299
   319
CT_DUMA=y
yann@299
   320
CT_DUMA_A=y
yann@299
   321
CT_DUMA_SO=y
yann@299
   322
CT_DUMA_V_2_5_1=y
yann@299
   323
# CT_DUMA_V_2_5_2 is not set
yann@299
   324
# CT_DUMA_V_2_5_3 is not set
yann@299
   325
CT_DUMA_VERSION="2_5_1"
yann@299
   326
CT_GDB=y
yann@299
   327
CT_GDB_CROSS=y
yann@299
   328
CT_GDB_CROSS_STATIC_GDBSERVER=y
yann@299
   329
# CT_GDB_NATIVE is not set
yann@299
   330
# CT_GDB_V_snapshot is not set
yann@299
   331
# CT_GDB_V_6_2_1 is not set
yann@299
   332
# CT_GDB_V_6_3 is not set
yann@299
   333
# CT_GDB_V_6_4 is not set
yann@299
   334
# CT_GDB_V_6_5 is not set
yann@299
   335
CT_GDB_V_6_6=y
yann@299
   336
CT_GDB_VERSION="6.6"
yann@299
   337
CT_STRACE=y
yann@299
   338
# CT_STRACE_V_4_5 is not set
yann@299
   339
# CT_STRACE_V_4_5_1 is not set
yann@299
   340
# CT_STRACE_V_4_5_2 is not set
yann@299
   341
# CT_STRACE_V_4_5_3 is not set
yann@299
   342
# CT_STRACE_V_4_5_4 is not set
yann@299
   343
# CT_STRACE_V_4_5_5 is not set
yann@299
   344
# CT_STRACE_V_4_5_6 is not set
yann@299
   345
# CT_STRACE_V_4_5_7 is not set
yann@299
   346
# CT_STRACE_V_4_5_8 is not set
yann@299
   347
# CT_STRACE_V_4_5_9 is not set
yann@299
   348
# CT_STRACE_V_4_5_10 is not set
yann@299
   349
# CT_STRACE_V_4_5_11 is not set
yann@299
   350
# CT_STRACE_V_4_5_12 is not set
yann@299
   351
# CT_STRACE_V_4_5_13 is not set
yann@299
   352
# CT_STRACE_V_4_5_14 is not set
yann@299
   353
CT_STRACE_V_4_5_15=y
yann@299
   354
CT_STRACE_VERSION="4.5.15"