2014-11-24 23:56:30 +01:00
|
|
|
config BR2_PACKAGE_GUILE
|
|
|
|
bool "guile"
|
2015-11-25 23:19:35 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # no strtol_l
|
2014-11-24 23:56:30 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2016-02-07 22:59:24 +01:00
|
|
|
depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # bdwgc
|
2014-11-24 23:56:30 +01:00
|
|
|
depends on BR2_USE_WCHAR # libunistring
|
2015-11-25 23:10:40 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-11-24 23:56:30 +01:00
|
|
|
select BR2_PACKAGE_LIBUNISTRING
|
|
|
|
select BR2_PACKAGE_LIBFFI
|
|
|
|
select BR2_PACKAGE_GMP
|
|
|
|
select BR2_PACKAGE_BDWGC
|
2014-12-24 20:09:12 +01:00
|
|
|
select BR2_PACKAGE_LIBTOOL
|
2014-11-24 23:56:30 +01:00
|
|
|
help
|
|
|
|
Guile is an interpreter and compiler for the Scheme
|
|
|
|
programming language, a clean and elegant dialect of Lisp.
|
|
|
|
|
|
|
|
http://www.gnu.org/software/guile
|
|
|
|
|
2015-11-25 23:19:35 +01:00
|
|
|
comment "guile needs a uClibc or (e)glibc toolchain w/ threads, wchar, dynamic library"
|
2015-11-25 23:10:40 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
|
2015-11-25 23:19:35 +01:00
|
|
|
BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|
2014-11-24 23:56:30 +01:00
|
|
|
|