mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
e284b218a7
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 |
||
---|---|---|
.. | ||
alphaev56-unknown-linux-gnu | ||
alphaev67-unknown-linux-gnu | ||
arm-bare_newlib_cortex_m3_nommu-eabi | ||
arm-cortex_a8-linux-gnueabi | ||
arm-cortex_a15-linux-gnueabi | ||
arm-cortexa9_neon-linux-gnueabihf | ||
arm-davinci-linux-gnueabi | ||
arm-unknown-eabi | ||
arm-unknown-linux-gnueabi | ||
arm-unknown-linux-uclibcgnueabi | ||
armeb-unknown-eabi | ||
armeb-unknown-linux-gnueabi | ||
armeb-unknown-linux-uclibcgnueabi | ||
armv6-rpi-linux-gnueabi | ||
avr32-unknown-none | ||
bfin-unknown-linux-uclibc | ||
i586-geode-linux-uclibc | ||
i586-mingw32msvc,i686-none-linux-gnu | ||
i686-nptl-linux-gnu | ||
i686-unknown-mingw32 | ||
m68k-unknown-elf | ||
m68k-unknown-uclinux-uclibc | ||
mips64el-n32-linux-uclibc | ||
mips64el-n64-linux-uclibc | ||
mips-ar2315-linux-gnu | ||
mips-malta-linux-gnu | ||
mips-unknown-elf | ||
mips-unknown-linux-uclibc | ||
mipsel-sde-elf | ||
mipsel-unknown-linux-gnu | ||
powerpc64-unknown-linux-gnu | ||
powerpc-405-linux-gnu | ||
powerpc-860-linux-gnu | ||
powerpc-e300c3-linux-gnu | ||
powerpc-e500v2-linux-gnuspe | ||
powerpc-unknown_nofpu-linux-gnu | ||
powerpc-unknown-linux-gnu | ||
powerpc-unknown-linux-uclibc | ||
s390-ibm-linux-gnu | ||
s390x-ibm-linux-gnu | ||
sh4-unknown-linux-gnu | ||
x86_64-unknown-linux-gnu | ||
x86_64-unknown-linux-uclibc | ||
x86_64-unknown-mingw32 | ||
samples.mk |