[Buildroot] [PATCH 2/3] package/libbsd: disable for nds32

Nylon Chen nylon7 at andestech.com
Mon May 6 08:21:46 UTC 2019


nds32 no porting libbsd library

Fixes:
  http://autobuild.buildroot.net/results/eb79fbd8283f62ca08b85d851e3c817e0354f85c/
Signed-off-by: Nylon Chen <nylon7 at andestech.com>
---
 package/libbsd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libbsd/Config.in b/package/libbsd/Config.in
index 0f320302b9..1a107d41f0 100644
--- a/package/libbsd/Config.in
+++ b/package/libbsd/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
 	depends on !BR2_microblaze
 	depends on !BR2_arc
 	depends on !BR2_xtensa
+	depends on !BR2_nds32
 	# uClibc on noMMU doesn't provide __register_atfork()
 	depends on !(BR2_TOOLCHAIN_USES_UCLIBC && !BR2_USE_MMU)
 
-- 
2.18.0



More information about the buildroot mailing list