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
..
2011-11-30 00:25:22 +01:00
2013-12-30 23:28:18 +01:00
2014-09-20 16:53:58 +02:00
2011-11-30 00:25:22 +01:00
2012-12-26 20:05:19 +01:00
2015-01-27 22:43:25 -08:00
2010-09-12 22:14:04 +02:00
2015-01-26 20:43:18 +01:00
2012-12-26 20:05:19 +01:00
2011-05-08 19:02:44 +02:00
2011-11-30 00:25:22 +01:00