samples/avr32-unknown-none/crosstool.config
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jan 17 23:06:02 2010 +0100 (2010-01-17)
changeset 1740 c57458bb354d
parent 1616 1fda13e5d961
child 1791 160fc94ed49f
permissions -rw-r--r--
configure: do not require hg when configuring in an hg clone

When configuring in an hg clone, we need hg to compute the version string.
It can happen that users do not have Mercurial (eg. if they got a snapshot
rather that they did a full clone). In this case, we can still run, of
course, so simply fill the version string with a sufficiently explicit
value, that does not require hg. The date is a good candidate.
mgl@1371
     1
#
mgl@1371
     2
# Automatically generated make config: don't edit
yann@1653
     3
# crosstool-NG version: hg_default@1653_cb85ebfc389e
yann@1653
     4
# Sun Nov 22 16:10:13 2009
mgl@1371
     5
#
mgl@1371
     6
mgl@1371
     7
#
mgl@1371
     8
# Paths and misc options
mgl@1371
     9
#
mgl@1371
    10
mgl@1371
    11
#
mgl@1371
    12
# crosstool-NG behavior
mgl@1371
    13
#
mgl@1371
    14
# CT_OBSOLETE is not set
mgl@1371
    15
CT_EXPERIMENTAL=y
yann@1567
    16
# CT_DEBUG_CT is not set
mgl@1371
    17
mgl@1371
    18
#
mgl@1371
    19
# Paths
mgl@1371
    20
#
yann@1563
    21
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@1567
    22
CT_SAVE_TARBALLS=y
mgl@1371
    23
CT_WORK_DIR="${CT_TOP_DIR}/targets"
mgl@1371
    24
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
mgl@1371
    25
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
mgl@1371
    26
CT_REMOVE_DOCS=y
mgl@1371
    27
CT_INSTALL_DIR_RO=y
mgl@1371
    28
mgl@1371
    29
#
mgl@1371
    30
# Downloading
mgl@1371
    31
#
mgl@1371
    32
# CT_FORBID_DOWNLOAD is not set
mgl@1371
    33
# CT_FORCE_DOWNLOAD is not set
mgl@1371
    34
# CT_USE_MIRROR is not set
mgl@1371
    35
CT_CONNECT_TIMEOUT=10
mgl@1371
    36
# CT_ONLY_DOWNLOAD is not set
mgl@1371
    37
mgl@1371
    38
#
mgl@1371
    39
# Extracting
mgl@1371
    40
#
mgl@1371
    41
# CT_FORCE_EXTRACT is not set
mgl@1371
    42
CT_OVERIDE_CONFIG_GUESS_SUB=y
mgl@1371
    43
# CT_ONLY_EXTRACT is not set
yann@1563
    44
CT_PATCH_BUNDLED=y
yann@1563
    45
# CT_PATCH_LOCAL is not set
yann@1563
    46
# CT_PATCH_BUNDLED_LOCAL is not set
yann@1563
    47
# CT_PATCH_LOCAL_BUNDLED is not set
yann@1563
    48
# CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set
yann@1563
    49
# CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set
yann@1653
    50
# CT_PATCH_NONE is not set
yann@1563
    51
CT_PATCH_ORDER="bundled"
yann@1563
    52
# CT_PATCH_SINGLE is not set
yann@1563
    53
# CT_PATCH_USE_LOCAL is not set
mgl@1371
    54
mgl@1371
    55
#
mgl@1371
    56
# Build behavior
mgl@1371
    57
#
mgl@1371
    58
CT_PARALLEL_JOBS=1
mgl@1371
    59
CT_LOAD=0
mgl@1371
    60
CT_NICE=0
mgl@1371
    61
CT_USE_PIPES=y
yann@1567
    62
CT_CONFIG_SHELL_SH=y
mgl@1371
    63
# CT_CONFIG_SHELL_ASH is not set
yann@1567
    64
# CT_CONFIG_SHELL_BASH is not set
yann@1563
    65
# CT_CONFIG_SHELL_CUSTOM is not set
yann@1567
    66
CT_CONFIG_SHELL="sh"
mgl@1371
    67
mgl@1371
    68
#
mgl@1371
    69
# Logging
mgl@1371
    70
#
mgl@1371
    71
# CT_LOG_ERROR is not set
mgl@1371
    72
# CT_LOG_WARN is not set
yann@1567
    73
# CT_LOG_INFO is not set
yann@1567
    74
CT_LOG_EXTRA=y
mgl@1371
    75
# CT_LOG_DEBUG is not set
mgl@1371
    76
# CT_LOG_ALL is not set
yann@1567
    77
CT_LOG_LEVEL_MAX="EXTRA"
mgl@1371
    78
# CT_LOG_SEE_TOOLS_WARN is not set
mgl@1371
    79
CT_LOG_PROGRESS_BAR=y
mgl@1371
    80
CT_LOG_TO_FILE=y
mgl@1371
    81
CT_LOG_FILE_COMPRESS=y
mgl@1371
    82
mgl@1371
    83
#
mgl@1371
    84
# Target options
mgl@1371
    85
#
mgl@1371
    86
CT_ARCH="avr32"
mgl@1371
    87
# CT_ARCH_SUPPORTS_BOTH_MMU is not set
mgl@1371
    88
# CT_ARCH_SUPPORTS_BOTH_ENDIAN is not set
yann@1653
    89
# CT_ARCH_SUPPORTS_32 is not set
yann@1653
    90
# CT_ARCH_SUPPORTS_64 is not set
mgl@1468
    91
CT_ARCH_SUPPORT_ARCH=y
mgl@1371
    92
# CT_ARCH_SUPPORT_ABI is not set
mgl@1468
    93
CT_ARCH_SUPPORT_CPU=y
mgl@1468
    94
CT_ARCH_SUPPORT_TUNE=y
mgl@1468
    95
CT_ARCH_SUPPORT_FPU=y
mgl@1371
    96
# CT_ARCH_DEFAULT_HAS_MMU is not set
mgl@1372
    97
CT_ARCH_DEFAULT_BE=y
mgl@1371
    98
# CT_ARCH_DEFAULT_LE is not set
yann@1653
    99
# CT_ARCH_DEFAULT_32 is not set
yann@1653
   100
# CT_ARCH_DEFAULT_64 is not set
mgl@1468
   101
CT_ARCH_ARCH=""
mgl@1468
   102
CT_ARCH_CPU=""
mgl@1468
   103
CT_ARCH_TUNE=""
mgl@1468
   104
CT_ARCH_FPU=""
yann@1653
   105
# CT_ARCH_32 is not set
yann@1653
   106
# CT_ARCH_64 is not set
mgl@1371
   107
# CT_ARCH_FLOAT_HW is not set
mgl@1371
   108
CT_ARCH_FLOAT_SW=y
mgl@1371
   109
CT_TARGET_CFLAGS=""
mgl@1371
   110
CT_TARGET_LDFLAGS=""
mgl@1371
   111
mgl@1371
   112
#
mgl@1371
   113
# General target options
mgl@1371
   114
#
mgl@1371
   115
# CT_ARCH_alpha is not set
mgl@1371
   116
# CT_ARCH_arm is not set
mgl@1371
   117
CT_ARCH_avr32=y
mgl@1371
   118
# CT_ARCH_ia64 is not set
mgl@1371
   119
# CT_ARCH_mips is not set
yann@1563
   120
# CT_ARCH_powerpc is not set
yann@1653
   121
# CT_ARCH_s390 is not set
mgl@1371
   122
# CT_ARCH_sh is not set
yann@1563
   123
# CT_ARCH_x86 is not set
mgl@1372
   124
CT_ARCH_USE_MMU=y
mgl@1371
   125
mgl@1371
   126
#
mgl@1371
   127
# Target optimisations
mgl@1371
   128
#
mgl@1371
   129
mgl@1371
   130
#
mgl@1371
   131
# Toolchain options
mgl@1371
   132
#
mgl@1371
   133
mgl@1371
   134
#
mgl@1371
   135
# General toolchain options
mgl@1371
   136
#
mgl@1371
   137
CT_USE_SYSROOT=y
mgl@1371
   138
CT_SYSROOT_DIR_PREFIX=""
mgl@1371
   139
mgl@1371
   140
#
mgl@1371
   141
# Tuple completion and aliasing
mgl@1371
   142
#
mgl@1371
   143
CT_TARGET_VENDOR="unknown"
mgl@1371
   144
CT_TARGET_ALIAS_SED_EXPR=""
mgl@1371
   145
CT_TARGET_ALIAS=""
mgl@1371
   146
mgl@1371
   147
#
mgl@1371
   148
# Toolchain type
mgl@1371
   149
#
mgl@1371
   150
# CT_NATIVE is not set
mgl@1371
   151
CT_CROSS=y
mgl@1371
   152
# CT_CROSS_NATIVE is not set
mgl@1371
   153
# CT_CANADIAN is not set
mgl@1371
   154
CT_TOOLCHAIN_TYPE="cross"
mgl@1371
   155
mgl@1371
   156
#
mgl@1371
   157
# Build system
mgl@1371
   158
#
mgl@1371
   159
CT_BUILD=""
mgl@1371
   160
CT_BUILD_PREFIX=""
mgl@1371
   161
CT_BUILD_SUFFIX=""
mgl@1371
   162
mgl@1371
   163
#
mgl@1371
   164
# Operating System
mgl@1371
   165
#
mgl@1371
   166
CT_BARE_METAL=y
yann@1563
   167
# CT_KERNEL_SUPPORTS_SHARED_LIBS is not set
mgl@1371
   168
CT_KERNEL="bare-metal"
mgl@1371
   169
CT_KERNEL_bare_metal=y
mgl@1371
   170
# CT_KERNEL_linux is not set
mgl@1371
   171
mgl@1371
   172
#
yann@1563
   173
# Common kernel options
mgl@1371
   174
#
mgl@1371
   175
mgl@1371
   176
#
mgl@1371
   177
# Binary utilities
mgl@1371
   178
#
mgl@1372
   179
CT_ARCH_BINFMT_ELF=y
mgl@1372
   180
# CT_ARCH_BINFMT_FLAT is not set
mgl@1371
   181
mgl@1371
   182
#
mgl@1371
   183
# GNU binutils
mgl@1371
   184
#
yann@1616
   185
# CT_BINUTILS_V_2_20 is not set
yann@1563
   186
# CT_BINUTILS_V_2_19_1 is not set
yann@1563
   187
# CT_BINUTILS_V_2_19 is not set
yann@1563
   188
CT_BINUTILS_V_2_18=y
yann@1563
   189
# CT_BINUTILS_V_2_17 is not set
yann@1563
   190
# CT_BINUTILS_V_2_16_1 is not set
yann@1616
   191
CT_BINUTILS_VERSION="2.18"
mgl@1371
   192
CT_BINUTILS_EXTRA_CONFIG=""
mgl@1371
   193
mgl@1371
   194
#
mgl@1371
   195
# C compiler
mgl@1371
   196
#
mgl@1371
   197
CT_CC="gcc"
mgl@1371
   198
CT_CC_VERSION="4.2.2"
mgl@1371
   199
CT_CC_gcc=y
yann@1616
   200
# CT_CC_V_4_4_2 is not set
yann@1563
   201
# CT_CC_V_4_4_1 is not set
yann@1563
   202
# CT_CC_V_4_4_0 is not set
yann@1563
   203
# CT_CC_V_4_3_4 is not set
yann@1563
   204
# CT_CC_V_4_3_3 is not set
yann@1563
   205
# CT_CC_V_4_3_2 is not set
yann@1563
   206
# CT_CC_V_4_3_1 is not set
yann@1563
   207
# CT_CC_V_4_3_0 is not set
yann@1563
   208
# CT_CC_V_4_2_4 is not set
yann@1563
   209
# CT_CC_V_4_2_3 is not set
yann@1563
   210
CT_CC_V_4_2_2=y
yann@1563
   211
# CT_CC_V_4_2_1 is not set
yann@1563
   212
# CT_CC_V_4_2_0 is not set
yann@1563
   213
# CT_CC_V_4_1_2 is not set
yann@1563
   214
# CT_CC_V_4_0_4 is not set
yann@1563
   215
# CT_CC_V_3_4_6 is not set
mgl@1371
   216
# CT_CC_GCC_4_3_or_later is not set
mgl@1371
   217
# CT_CC_GCC_4_4_or_later is not set
yann@1563
   218
CT_CC_ENABLE_CXX_FLAGS=""
mgl@1371
   219
CT_CC_CORE_EXTRA_CONFIG=""
mgl@1371
   220
CT_CC_SUPPORT_CXX=y
mgl@1371
   221
CT_CC_SUPPORT_FORTRAN=y
mgl@1371
   222
CT_CC_SUPPORT_JAVA=y
mgl@1371
   223
CT_CC_SUPPORT_ADA=y
mgl@1371
   224
CT_CC_SUPPORT_OBJC=y
mgl@1371
   225
CT_CC_SUPPORT_OBJCXX=y
mgl@1371
   226
mgl@1371
   227
#
mgl@1371
   228
# Additional supported languages:
mgl@1371
   229
#
mgl@1371
   230
# CT_CC_LANG_CXX is not set
mgl@1371
   231
mgl@1371
   232
#
mgl@1371
   233
# C-library
mgl@1371
   234
#
yann@1653
   235
CT_LIBC="newlib"
mgl@1371
   236
CT_LIBC_VERSION="1.17.0"
mgl@1371
   237
# CT_LIBC_eglibc is not set
mgl@1371
   238
# CT_LIBC_glibc is not set
mgl@1371
   239
CT_LIBC_newlib=y
yann@1653
   240
# CT_LIBC_none is not set
mgl@1371
   241
# CT_LIBC_uClibc is not set
yann@1653
   242
CT_LIBC_NEWLIB_V_1_17_0=y
yann@1653
   243
# CT_LIBC_NEWLIB_CVS is not set
yann@1653
   244
yann@1653
   245
#
yann@1653
   246
# Architecture specific options
yann@1653
   247
#
mgl@1373
   248
CT_ATMEL_AVR32_HEADERS=y
yann@1653
   249
# CT_LIBC_SUPPORT_NPTL is not set
yann@1653
   250
# CT_LIBC_SUPPORT_LINUXTHREADS is not set
yann@1653
   251
CT_THREADS="none"
mgl@1371
   252
mgl@1371
   253
#
mgl@1371
   254
# Common C library options
mgl@1371
   255
#
mgl@1371
   256
# CT_THREADS_NPTL is not set
mgl@1371
   257
# CT_THREADS_LINUXTHREADS is not set
mgl@1371
   258
CT_THREADS_NONE=y
mgl@1371
   259
mgl@1371
   260
#
mgl@1371
   261
# Debug facilities
mgl@1371
   262
#
mgl@1371
   263
# CT_DEBUG_dmalloc is not set
mgl@1371
   264
# CT_DEBUG_duma is not set
mgl@1371
   265
# CT_DEBUG_gdb is not set
mgl@1371
   266
# CT_DEBUG_ltrace is not set
mgl@1371
   267
# CT_DEBUG_strace is not set
yann@1563
   268
yann@1563
   269
#
yann@1563
   270
# Tools facilities
yann@1563
   271
#
yann@1563
   272
# CT_TOOL_libelf is not set
yann@1563
   273
# CT_TOOL_sstrip is not set
yann@1563
   274
yann@1563
   275
#
yann@1563
   276
# Companion libraries
yann@1563
   277
#
yann@1563
   278
# CT_WRAPPER_NEEDED is not set
yann@1563
   279
# CT_GMP_MPFR is not set
yann@1563
   280
# CT_PPL_CLOOG_MPC is not set