summaryrefslogtreecommitdiff
path: root/config/arch/nios2.in
Commit message (Collapse)AuthorAgeFilesLines
* Restrict flat format to architectures that support itAlexey Neyman2018-12-011-0/+1
| | | | | | Fixes #878 Signed-off-by: Alexey Neyman <stilor@att.net>
* Make comp.libs use generated templates, tooAlexey Neyman2017-11-291-0/+1
| | | | | | | | This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman <stilor@att.net>
* Update nios2.inmakoehr2017-08-091-0/+1
|
* nios2: fix architecture featuresKirill Smirnov2017-06-221-1/+1
| | | | | | | 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>
* arch/nios2:add nios2Daniel Zimmermann2015-01-261-0/+9
add the nios2 architecture to crosstool-ng. Signed-off-by: Daniel Zimmermann <netzimme@gmail.com>