samples/avr32-unknown-none/crosstool.config
author Trevor Woerner <trevor.woerner@linaro.org>
Tue Feb 25 13:34:48 2014 -0500 (2014-02-25)
changeset 3302 ea7e988e6244
parent 2983 f80b978b443b
permissions -rw-r--r--
newlib: fix extract process for custom version

newlib: fix extract process for custom version

If the user specifies the use of a custom newlib version, the logic in the
extract function was reversed, so this step would fail.

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
[yann.morin.1998@free.fr: keep leading indentation]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <c727adf1b7bd2c1e891d.1393353347@openSUSE-i7>
Patchwork-Id: 324060
yann@1563
     1
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@1567
     2
CT_SAVE_TARBALLS=y
yann@1567
     3
CT_CONFIG_SHELL_SH=y
yann@1567
     4
CT_LOG_EXTRA=y
mgl@1371
     5
CT_ARCH_avr32=y
yann@2724
     6
CT_BINUTILS_V_2_18a=y
yann@1563
     7
CT_CC_V_4_2_2=y
yann@1653
     8
CT_LIBC_NEWLIB_V_1_17_0=y
martinwguy@3203
     9
CT_LIBC_NEWLIB_IO_LL=y
martinwguy@3203
    10
CT_LIBC_NEWLIB_IO_FLOAT=y
martinwguy@3203
    11
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y