Config.in 637 B

123456789101112131415161718192021222324252627
  1. config BR2_PACKAGE_TCL
  2. bool "tcl"
  3. help
  4. TCL (Tool Command Language) is a simple textual language.
  5. http://www.tcl.tk
  6. config BR2_PACKAGE_TCL_DEL_ENCODINGS
  7. bool "delete encodings (saves 1.4Mb)"
  8. default y
  9. depends on BR2_PACKAGE_TCL
  10. help
  11. Delete encoding files for TCL. If your programs do not use
  12. various tcl character recoding functions, you may safely
  13. choose Y here.
  14. It saves approx. 1.4 Mb of space.
  15. config BR2_PACKAGE_TCL_SHLIB_ONLY
  16. bool "install only shared library"
  17. default y
  18. depends on BR2_PACKAGE_TCL
  19. help
  20. Install only TCL shared library and not binary tcl
  21. interpreter(tclsh8.4).
  22. Saves ~14kb.