pass HOST_ variables, not BUILD_
[buildroot.git] / package / tcl / Config.in
blob3b6ba937a5ce3cdcc1c56f4684d23e914c043a1e
1 config BR2_PACKAGE_TCL
2         bool "tcl"
3         default n
4         help
5           TCL(Tool Command Language) is a simple textual language.
7           http://www.tcl.tk
9 config BR2_PACKAGE_TCL_DEL_ENCODINGS
10         bool "delete encodings (saves 1.4Mb)"
11         default y
12         depends on BR2_PACKAGE_TCL
13         help
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"
20         default y
21         depends on BR2_PACKAGE_TCL
22         help
23           Install only TCL shared library and not binary tcl interpreter(tclsh8.4).
24           Saves ~14kb.