5 depends on BR2_TOOLCHAIN_HAS_THREADS
6 # See this mailing list thread:
7 # http://lists.busybox.net/pipermail/buildroot/2015-March/121198.html
8 depends on !BR2_STATIC_LIBS
10 TCL (Tool Command Language) is a simple textual language.
14 comment "tcl needs a toolchain w/ threads, dynamic library"
15 depends on BR2_USE_MMU
16 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
20 config BR2_PACKAGE_TCL_DEL_ENCODINGS
21 bool "delete encodings (saves 1.6Mb)"
24 Delete encoding files for TCL. If your programs do not use
25 various tcl character recoding functions, you may safely
28 It saves approx. 1.6 Mb of space.
30 config BR2_PACKAGE_TCL_SHLIB_ONLY
31 bool "install only shared library"
34 Install only TCL shared library and not binary tcl