summaryrefslogtreecommitdiff
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel@vanguardiasur.com.ar>2013-08-29 19:10:40 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-02 21:38:45 +0200
commit830205c0361c751c39fabeb1366100e2a94a27a4 (patch)
tree3ef659331890835a6d58d7901239b3b4d0013b77 /toolchain/Config.in
parent4ee8047024d7edf4500eda57327d793c3f55bdd6 (diff)
nios2: Add new architecture
This commit adds very basic support to build for the Nios II architecture. Toolchain support is still missing and instead we need to use an external custom toolchain. Notice that this architecture had been previously removed in Buildroot 2010.05-rc1 release (as explained in the CHANGES file) and this commit adds it back. Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 53d25736c..9d1e68f8f 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -25,7 +25,7 @@ choice
config BR2_TOOLCHAIN_BUILDROOT
bool "Buildroot toolchain"
- depends on !BR2_microblaze && !BR2_aarch64
+ depends on !BR2_microblaze && !BR2_aarch64 && !BR2_nios2
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
config BR2_TOOLCHAIN_EXTERNAL
@@ -38,7 +38,8 @@ config BR2_TOOLCHAIN_EXTERNAL
config BR2_TOOLCHAIN_CTNG
bool "Crosstool-NG toolchain"
depends on BR2_DEPRECATED
- depends on !BR2_microblaze && !BR2_aarch64 && !BR2_xtensa && !BR2_arc
+ depends on !BR2_microblaze && !BR2_aarch64 && !BR2_xtensa && \
+ !BR2_arc && !BR2_nios2
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
help
Say 'y' if you want to generate the toolchain with crosstool-NG