2014-11-24 23:56:30 +01:00
|
|
|
config BR2_PACKAGE_GUILE
|
|
|
|
bool "guile"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-12-02 00:13:21 +01:00
|
|
|
depends on BR2_PACKAGE_BDWGC_ARCH_SUPPORTS # bdwgc
|
2014-11-24 23:56:30 +01:00
|
|
|
depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # bdwgc
|
|
|
|
depends on BR2_USE_WCHAR # libunistring
|
|
|
|
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
|
|
|
|
|
|
|
|
comment "guile needs a toolchain w/ threads, wchar"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
|
|
|
|