boost: bump to version 1.63.0
[buildroot-gz.git] / package / libbsd / Config.in
blob9b5b89812f57321ab23d8fd40b6d9314251deeea
1 config BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
2         bool
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
7         bool "libbsd"
8         depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         depends on BR2_TOOLCHAIN_USES_GLIBC
11         help
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
16           project.
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