openocd-0004-force_jimtcl_static.patch 692 B

12345678910111213141516171819202122232425
  1. force jimtcl to build static
  2. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  3. ---
  4. jimtcl/auto.def | 5 -----
  5. 1 file changed, 5 deletions(-)
  6. Index: b/jimtcl/auto.def
  7. ===================================================================
  8. --- a/jimtcl/auto.def
  9. +++ b/jimtcl/auto.def
  10. @@ -148,13 +148,8 @@ if {[opt-bool references]} {
  11. msg-result "Enabling references"
  12. define JIM_REFERENCES
  13. }
  14. -if {[opt-bool shared with-jim-shared]} {
  15. - msg-result "Building shared library"
  16. - define JIM_LIBTYPE shared
  17. -} else {
  18. msg-result "Building static library"
  19. define JIM_LIBTYPE static
  20. -}
  21. if {[opt-bool install-jim]} {
  22. define install_jim 1
  23. } else {