mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 11:17:00 +00:00
commit
6f72000ea8
9
config/arch/nios2.in
Normal file
9
config/arch/nios2.in
Normal 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
|
13
scripts/build/arch/nios2.sh
Normal file
13
scripts/build/arch/nios2.sh
Normal 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
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user