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 / guile / Config.in
1 config BR2_PACKAGE_GUILE
2         bool "guile"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # bdwgc
5         depends on BR2_USE_WCHAR # libunistring
6         select BR2_PACKAGE_LIBUNISTRING
7         select BR2_PACKAGE_LIBFFI
8         select BR2_PACKAGE_GMP
9         select BR2_PACKAGE_BDWGC
10         select BR2_PACKAGE_LIBTOOL
11         help
12           Guile is an interpreter and compiler for the Scheme
13           programming language, a clean and elegant dialect of Lisp.
14
15           http://www.gnu.org/software/guile
16
17 comment "guile needs a toolchain w/ threads, wchar"
18         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
19