2005-05-31 05:17:33 +02:00
|
|
|
config BR2_PACKAGE_TCL
|
|
|
|
bool "tcl"
|
2014-04-08 22:54:04 +02:00
|
|
|
# fork()
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_INET_IPV6
|
2014-05-08 23:14:17 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2005-05-31 05:17:33 +02:00
|
|
|
help
|
2008-08-27 22:19:46 +02:00
|
|
|
TCL (Tool Command Language) is a simple textual language.
|
2005-05-31 05:17:33 +02:00
|
|
|
|
|
|
|
http://www.tcl.tk
|
|
|
|
|
2014-05-08 23:14:17 +02:00
|
|
|
comment "tcl needs a toolchain w/ ipv6, threads"
|
2014-04-08 22:54:04 +02:00
|
|
|
depends on BR2_USE_MMU
|
2014-05-08 23:14:17 +02:00
|
|
|
depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
|
2014-04-08 22:54:04 +02:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_TCL
|
|
|
|
|
2005-05-31 05:17:33 +02:00
|
|
|
config BR2_PACKAGE_TCL_DEL_ENCODINGS
|
2014-04-08 22:54:04 +02:00
|
|
|
bool "delete encodings (saves 1.6Mb)"
|
2005-05-31 05:17:33 +02:00
|
|
|
default y
|
|
|
|
help
|
2008-08-27 22:19:46 +02:00
|
|
|
Delete encoding files for TCL. If your programs do not use
|
|
|
|
various tcl character recoding functions, you may safely
|
|
|
|
choose Y here.
|
|
|
|
|
2014-04-08 22:54:04 +02:00
|
|
|
It saves approx. 1.6 Mb of space.
|
2005-05-31 05:17:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_TCL_SHLIB_ONLY
|
|
|
|
bool "install only shared library"
|
|
|
|
default y
|
|
|
|
help
|
2008-08-27 22:19:46 +02:00
|
|
|
Install only TCL shared library and not binary tcl
|
2014-04-08 22:54:04 +02:00
|
|
|
interpreter (tclsh).
|
2008-08-27 22:19:46 +02:00
|
|
|
|
2005-05-31 05:17:33 +02:00
|
|
|
Saves ~14kb.
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|