5 TCL(Tool Command Language) is a simple textual language.
9 config BR2_PACKAGE_TCL_DEL_ENCODINGS
10 bool "delete encodings (saves 1.4Mb)"
12 depends BR2_PACKAGE_TCL
14 Delete encoding files for TCL. If your programs do not use various tcl
15 character recoding functions, you may safely choose Y here.
16 It saves approx. 1.4 Mb of space.
18 config BR2_PACKAGE_TCL_SHLIB_ONLY
19 bool "install only shared library"
21 depends BR2_PACKAGE_TCL
23 Install only TCL shared library and not binary tcl interpreter(tclsh8.4).