Browse Source

package/binutils: disable on nds32

Upstream binutils does not yet have support for the nds32
architecture, so let's disable binutils for the target on this
architecture for the moment.

Fixes:

  http://autobuild.buildroot.net/results/1b18acb11db4d6c4198deb7385aff3d4d524c37e/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 6 years ago
parent
commit
b45a703078
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/binutils/Config.in

+ 2 - 2
package/binutils/Config.in

@@ -1,6 +1,6 @@
 config BR2_PACKAGE_BINUTILS
 config BR2_PACKAGE_BINUTILS
 	bool "binutils"
 	bool "binutils"
-	depends on !BR2_nios2
+	depends on !BR2_nios2 && !BR2_nds32
 	depends on BR2_USE_WCHAR
 	depends on BR2_USE_WCHAR
 	help
 	help
 	  Install binutils on the target
 	  Install binutils on the target
@@ -21,5 +21,5 @@ config BR2_PACKAGE_BINUTILS_TARGET
 endif
 endif
 
 
 comment "binutils needs a toolchain w/ wchar"
 comment "binutils needs a toolchain w/ wchar"
-	depends on !BR2_nios2
+	depends on !BR2_nios2 && !BR2_nds32
 	depends on !BR2_USE_WCHAR
 	depends on !BR2_USE_WCHAR