Merge pull request #766 from KirillSmirnov/nios2-sample

Nios2 fixes and a sample
This commit is contained in:
Alexey Neyman 2017-07-04 17:43:07 -07:00 committed by GitHub
commit ab5f883615
3 changed files with 9 additions and 8 deletions

View File

@ -0,0 +1,4 @@
CT_ARCH_nios2=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
# CT_GDB_CROSS_PYTHON is not set

View File

@ -0,0 +1,3 @@
reporter_name="Kirill K. Smirnov"
reporter_url=""
reporter_comment="Toolchain for NIOS2 bare metal targets"

View File

@ -1,12 +1,6 @@
# 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
# Do nothing here. Default values are sane.
:;
}