arch/nios2:add nios2

add the nios2 architecture to crosstool-ng.

Signed-off-by: Daniel Zimmermann <netzimme@gmail.com>
This commit is contained in:
Daniel Zimmermann 2015-01-26 20:43:18 +01:00
parent 0a6b755fea
commit 4ac1653f94
2 changed files with 22 additions and 0 deletions

9
config/arch/nios2.in Normal file
View File

@ -0,0 +1,9 @@
# NIOS232 specific configuration file
## select ARCH_SUPPORTS_32
## select ARCH_DEFAULT_32
## select ARCH_DEFAULT_LE
## select ARCH_SUPPORTS_WITH_CPU
##
## help The NIOS2 architecture, as defined by:
## help http://www.altera.com

View File

@ -0,0 +1,13 @@
# Compute NIOS2-specific values
CT_DoArchTupleValues() {
# gcc ./configure flags
CT_ARCH_WITH_ARCH=
CT_ARCH_WITH_ABI=
CT_ARCH_WITH_CPU=
CT_ARCH_WITH_TUNE=
CT_ARCH_WITH_FPU=
CT_ARCH_WITH_FLOAT=
CT_TARGET_SYS=elf
}