Skip to content

Commit

Permalink
arch/nios2:add nios2
Browse files Browse the repository at this point in the history
add the nios2 architecture to crosstool-ng.

Signed-off-by: Daniel Zimmermann <netzimme@gmail.com>
  • Loading branch information
netzimme committed Jan 26, 2015
1 parent 0a6b755 commit 4ac1653
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/arch/nios2.in
@@ -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
13 changes: 13 additions & 0 deletions scripts/build/arch/nios2.sh
@@ -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

}

0 comments on commit 4ac1653

Please sign in to comment.