The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libpthsem / Config.in
1 config BR2_PACKAGE_LIBPTHSEM
2         bool "libpthsem"
3         depends on BR2_USE_MMU # fork()
4         help
5           GNU pth is a user mode multi threading library. pthsem is an extend
6           version, with support for semaphores added.
7
8           http://www.auto.tuwien.ac.at/~mkoegler/pth/
9
10 if BR2_PACKAGE_LIBPTHSEM
11
12 config BR2_PACKAGE_LIBPTHSEM_COMPAT
13         bool "libpth compatibility"
14         help
15           This option enables the compatibility with the original
16           libpth library.
17
18 endif