Merge pull request #35 from netzimme/master

arch/nios2:add nios2
This commit is contained in:
Bryan Hundven 2015-01-26 11:59:19 -08:00
commit 6f72000ea8
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
}