mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
230dc12285
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> |
||
---|---|---|
.. | ||
alpha.in | ||
alpha.in.2 | ||
arm.in | ||
arm.in.2 | ||
avr32.in | ||
avr.in | ||
blackfin.in | ||
m68k.in | ||
microblaze.in | ||
mips.in | ||
mips.in.2 | ||
nios2.in | ||
powerpc.in | ||
powerpc.in.2 | ||
s390.in | ||
sh.in | ||
sh.in.2 | ||
sparc.in | ||
x86.in |