2014-10-05 21:47:52 +02:00
|
|
|
config BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
|
|
|
bool
|
2016-02-04 16:26:03 +01:00
|
|
|
# libbsd does not support the MicroBlaze ELF machine type (see local-elf.h)
|
|
|
|
default y if !BR2_microblaze
|
2014-10-05 21:47:52 +02:00
|
|
|
|
2013-05-09 14:22:55 +02:00
|
|
|
config BR2_PACKAGE_LIBBSD
|
|
|
|
bool "libbsd"
|
2014-10-05 21:47:52 +02:00
|
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
2013-06-27 15:53:17 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-06-09 12:26:21 +02:00
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
2013-05-09 14:22:55 +02:00
|
|
|
help
|
|
|
|
This library provides useful functions commonly found on BSD
|
|
|
|
systems, and lacking on others like GNU systems, thus making
|
|
|
|
it easier to port projects with strong BSD origins, without
|
|
|
|
needing to embed the same code over and over again on each
|
|
|
|
project.
|
|
|
|
|
|
|
|
http://libbsd.freedesktop.org/
|
2013-06-27 15:53:17 +02:00
|
|
|
|
2014-06-09 12:26:21 +02:00
|
|
|
comment "libbsd needs an (e)glibc toolchain w/ threads"
|
2014-10-05 21:47:52 +02:00
|
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
2014-06-09 12:26:21 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_USES_GLIBC
|