summaryrefslogtreecommitdiffstats
path: root/package/libbsd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libbsd/Config.in')
-rw-r--r--package/libbsd/Config.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/libbsd/Config.in b/package/libbsd/Config.in
index d521f05444..dd2c19c183 100644
--- a/package/libbsd/Config.in
+++ b/package/libbsd/Config.in
@@ -1,9 +1,7 @@
config BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
bool
- # libbsd requires a.out.h, which is only available for those
- # architectures: arm, x86 (and alpha, currently not supported in Buildroot;
- # also m68k which is currently not enabled, so can't be tested.)
- default y if BR2_arm || BR2_i386 || BR2_x86_64
+ # libbsd does not support the MicroBlaze ELF machine type (see local-elf.h)
+ default y if !BR2_microblaze
config BR2_PACKAGE_LIBBSD
bool "libbsd"
OpenPOWER on IntegriCloud