1 config BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
3 # libbsd does not support the MicroBlaze ELF machine type (see local-elf.h)
4 default y if !BR2_microblaze
6 config BR2_PACKAGE_LIBBSD
8 depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
9 depends on BR2_TOOLCHAIN_HAS_THREADS
10 depends on BR2_TOOLCHAIN_USES_GLIBC
12 This library provides useful functions commonly found on BSD
13 systems, and lacking on others like GNU systems, thus making
14 it easier to port projects with strong BSD origins, without
15 needing to embed the same code over and over again on each
18 http://libbsd.freedesktop.org/
20 comment "libbsd needs a glibc toolchain w/ threads"
21 depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
22 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_USES_GLIBC