You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
crosstool-ng/config/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>
8 years ago
..
alpha.in arch: rename the SUPPORT_XXX options 12 years ago
alpha.in.2 arch/alpha: move config-options to second-part 13 years ago
arm.in arch/arm: add support for AArch64 10 years ago
arm.in.2 arch/arm: EABIhf is now the default 9 years ago
avr.in avr: add support for AVR 8-bit architecture 8 years ago
avr32.in arch: rename the SUPPORT_XXX options 12 years ago
blackfin.in arch: rename the SUPPORT_XXX options 12 years ago
m68k.in all: unmark experimental features 11 years ago
microblaze.in eglibc: Remove eglibc support 9 years ago
mips.in arch/mips: MIPS supports setting the floating point type 12 years ago
mips.in.2 arch/mips: add option for MIPS ABIs 13 years ago
nios2.in arch/nios2:add nios2 9 years ago
powerpc.in arch/powerpc: add powerpc64le support 10 years ago
powerpc.in.2 gcc: add support for the PowerPC EABI 12 years ago
s390.in all: unmark experimental features 11 years ago
sh.in config: fix recursive deps 13 years ago
sh.in.2 arch/sh: move config-options to second-part 13 years ago
sparc.in arch/sparc: Sparc supports setting the floating point type 12 years ago
x86.in arch: rename the SUPPORT_XXX options 12 years ago