Skip to content

Commit

Permalink
nios2: fix architecture features
Browse files Browse the repository at this point in the history
Gcc for Nios II does not support -mcpu option, and --with-cpu=XXX flag
breaks gcc compilation. Use --with-arch instead.

Signed-off-by: Kirill Smirnov <kirill.k.smirnov@gmail.com>
  • Loading branch information
KirillSmirnov committed Jun 22, 2017
1 parent fae66ae commit f9faec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/arch/nios2.in
Expand Up @@ -3,7 +3,7 @@
## select ARCH_SUPPORTS_32
## select ARCH_DEFAULT_32
## select ARCH_DEFAULT_LE
## select ARCH_SUPPORTS_WITH_CPU
## select ARCH_SUPPORTS_WITH_ARCH
##
## help The NIOS2 architecture, as defined by:
## help http://www.altera.com

0 comments on commit f9faec5

Please sign in to comment.