|
@@ -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
|