samples/i586-geode-linux-uclibc/crosstool.config
author Martin Guy <martinwguy@gmail.com>
Sun Mar 31 04:07:38 2013 +0000 (2013-03-31)
changeset 3203 74fd467be5aa
parent 3149 e1611da4bb05
permissions -rw-r--r--
arch/avr32: Fix download of header files

This patch fixes the download of the avr32 headers in crosstool-ng by
fetching them directly from Atmel's web site instead of the now-broken URL
given by the original author of the avr32-header-fetching modification,
who fetched them from a copy on his own, now-defunct server.

It also adds the necessary logic to extract from a zip file, as that is
how the headers are packaged.

To configure it for avr32 after launching ct-ng menuconfig in an empty
directory:

Paths and misc options ->
Shell to use as CONFIG_SHELL = sh
Target options ->
Target Architecture = avr32
Toolchain options ->
Tuple's alias = avr32
Binary utilities ->
binutils version = 2.18a
C compiler
gcc version = 4.2.2
C-library
newlib version = 1.17.0
Enable IOs on long long = yes
Enable IOs on floats and doubles = yes
Disable the syscalls supplied with newlib = yes

CONFIG_SHELL is necessary to get round the "fragment: command not
found" bug when binutils-2.18 is configured using bash.

Prepared against crosstool-ng mercurial trunk on 31 March 2012.

Signed-off-by: Martin Guy <martinwguy@gmail.com>
[yann.morin.1998@free.fr: update bundles sample accordingly]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <CAL4-wQrg_NQ7jm-NCADqeyQr9twyhtx42OUGNThP6gWeqZc=kw@mail.gmail.com>
Patchwork-Id: 232612
yann@697
     1
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@697
     2
CT_SAVE_TARBALLS=y
yann@1
     3
CT_LOG_EXTRA=y
yann@643
     4
CT_ARCH_ARCH="pentium-mmx"
yann@1
     5
CT_ARCH_x86=y
yann@1
     6
CT_TARGET_VENDOR="geode"
yann@993
     7
CT_KERNEL_linux=y
yann@3175
     8
CT_KERNEL_V_2_6_36=y
yann@2724
     9
CT_BINUTILS_V_2_20_1a=y
yann@480
    10
CT_BINUTILS_FOR_TARGET=y
yann@2173
    11
CT_CC_V_4_4_5=y
yann@2724
    12
CT_CC_LANG_FORTRAN=y
yann@1
    13
CT_CC_LANG_CXX=y
yann@480
    14
CT_CC_LANG_JAVA=y
yann@993
    15
CT_LIBC_uClibc=y
yann@1941
    16
CT_LIBC_UCLIBC_V_0_9_30_2=y
yann@1538
    17
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
yann@993
    18
CT_DEBUG_dmalloc=y
yann@993
    19
CT_DEBUG_duma=y
yann@993
    20
CT_DEBUG_gdb=y
yann@608
    21
CT_GDB_NATIVE=y
yann@3149
    22
CT_GDB_V_6_8a=y
yann@993
    23
CT_DEBUG_ltrace=y
yann@993
    24
CT_DEBUG_strace=y
yann@3149
    25
CT_STRACE_V_4_5_19=y
yann@1941
    26
CT_GMP_V_4_3_2=y
yann@1841
    27
CT_MPFR_V_2_4_2=y
yann@1941
    28
CT_PPL_V_0_10_2=y
yann@1941
    29
CT_CLOOG_V_0_15_9=y