Config.in 633 B

123456789101112131415161718192021222324
  1. config BR2_PACKAGE_TCL
  2. bool "tcl"
  3. default n
  4. help
  5. TCL(Tool Command Language) is a simple textual language.
  6. http://www.tcl.tk
  7. config BR2_PACKAGE_TCL_DEL_ENCODINGS
  8. bool "delete encodings (saves 1.4Mb)"
  9. default y
  10. depends BR2_PACKAGE_TCL
  11. help
  12. Delete encoding files for TCL. If your programs do not use various tcl
  13. character recoding functions, you may safely 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 BR2_PACKAGE_TCL
  19. help
  20. Install only TCL shared library and not binary tcl interpreter(tclsh8.4).
  21. Saves ~14kb.