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