1*4882a593Smuzhiyunconfig BR2_PACKAGE_GUILE 2*4882a593Smuzhiyun bool "guile" 3*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_USES_MUSL # no strtol_l 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 5*4882a593Smuzhiyun depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # bdwgc 6*4882a593Smuzhiyun depends on BR2_USE_WCHAR # libunistring 7*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 8*4882a593Smuzhiyun select BR2_PACKAGE_LIBUNISTRING 9*4882a593Smuzhiyun select BR2_PACKAGE_LIBFFI 10*4882a593Smuzhiyun select BR2_PACKAGE_GMP 11*4882a593Smuzhiyun select BR2_PACKAGE_BDWGC 12*4882a593Smuzhiyun select BR2_PACKAGE_LIBTOOL 13*4882a593Smuzhiyun help 14*4882a593Smuzhiyun Guile is an interpreter and compiler for the Scheme 15*4882a593Smuzhiyun programming language, a clean and elegant dialect of Lisp. 16*4882a593Smuzhiyun 17*4882a593Smuzhiyun http://www.gnu.org/software/guile 18*4882a593Smuzhiyun 19*4882a593Smuzhiyuncomment "guile needs a uClibc or glibc toolchain w/ threads, wchar, dynamic library" 20*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \ 21*4882a593Smuzhiyun BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL 22