crosstool-ng/scripts/build/arch
Erico Nunes 230dc12285 avr: add support for AVR 8-bit architecture
This commit adds support for the Atmel AVR 8-bit RISC architecture.
This is the first 8-bit architecture to be added to crosstool-ng so the
configuration options for 8-bit architectures are added here as well.

gcc has had support for AVR for quite a while, at least since the 4.3
series for the currently popular ATmega microcontroler series.
The AVR architecture only supports bare-metal toolchains.

gcc for the AVR 8-bit architecture, usually referred to as avr-gcc, is
commonly used in conjunction with the avr-libc library which provides
additional resources for the Atmel AVR 8-bit microcontrollers.

avr-gcc can also be found as a supported package in some recent Linux
distributions.

This commit also closes #66

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
2015-06-21 20:49:10 -03:00
..
alpha.sh arch: allow adding a suffix to the arch-part of a tuple 2013-01-20 12:58:22 +00:00
arm.sh libc/musl: add musl-libc support 2014-08-08 22:49:37 +02:00
avr32.sh arch: allow adding a suffix to the arch-part of a tuple 2013-01-20 12:58:22 +00:00
avr.sh avr: add support for AVR 8-bit architecture 2015-06-21 20:49:10 -03:00
blackfin.sh arch: allow adding a suffix to the arch-part of a tuple 2013-01-20 12:58:22 +00:00
m68k.sh arch: add basic m68k support 2010-01-29 23:23:59 +01:00
microblaze.sh arch: allow adding a suffix to the arch-part of a tuple 2013-01-20 12:58:22 +00:00
mips.sh arch: use the newly introduced target_bits_64 2014-05-12 00:09:31 +02:00
nios2.sh arch/nios2:add nios2 2015-01-26 20:43:18 +01:00
powerpc.sh arch/powerpc: add powerpc64le support 2014-05-12 00:02:13 +02:00
s390.sh arch: allow adding a suffix to the arch-part of a tuple 2013-01-20 12:58:22 +00:00
sh.sh arch: allow adding a suffix to the arch-part of a tuple 2013-01-20 12:58:22 +00:00
sparc.sh arch: use the newly introduced target_bits_64 2014-05-12 00:09:31 +02:00
x86.sh arch: allow adding a suffix to the arch-part of a tuple 2013-01-20 12:58:22 +00:00