mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
package: remove BR2_nios2 symbol
Remaining "nios2" strings come from existing patches that are not removed with along with BR2_nios2 symbol. Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
3cc2fef0d2
commit
99bfbef093
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_BINUTILS
|
||||
bool "binutils"
|
||||
depends on !BR2_nios2
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
@@ -22,5 +21,4 @@ config BR2_PACKAGE_BINUTILS_TARGET
|
||||
endif
|
||||
|
||||
comment "binutils needs a toolchain w/ wchar"
|
||||
depends on !BR2_nios2
|
||||
depends on !BR2_USE_WCHAR
|
||||
|
||||
Reference in New Issue
Block a user