6c213d64b3
with only the following Adapters - FTDI FT2xxx/FT4xxx - J-Link (Segger and Atmel SAM-ICE) - Versaloon-Link JTAG Adapter [Peter: Config.in tweaks] Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: Patrice Vilchez <patrice.vilchez@atmel.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
26 lines
692 B
Diff
26 lines
692 B
Diff
force jimtcl to build static
|
|
|
|
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
|
|
---
|
|
jimtcl/auto.def | 5 -----
|
|
1 file changed, 5 deletions(-)
|
|
|
|
Index: b/jimtcl/auto.def
|
|
===================================================================
|
|
--- a/jimtcl/auto.def
|
|
+++ b/jimtcl/auto.def
|
|
@@ -148,13 +148,8 @@ if {[opt-bool references]} {
|
|
msg-result "Enabling references"
|
|
define JIM_REFERENCES
|
|
}
|
|
-if {[opt-bool shared with-jim-shared]} {
|
|
- msg-result "Building shared library"
|
|
- define JIM_LIBTYPE shared
|
|
-} else {
|
|
msg-result "Building static library"
|
|
define JIM_LIBTYPE static
|
|
-}
|
|
if {[opt-bool install-jim]} {
|
|
define install_jim 1
|
|
} else {
|