From 489cef87de9710f56d804b19dc9ec5ae5c57001b Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Fri, 12 Aug 2011 14:44:26 +0200 Subject: [PATCH] disable OpenOCD can't get it to configure right now --- summon-arm-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summon-arm-toolchain b/summon-arm-toolchain index a802697..7cb10a5 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -23,7 +23,7 @@ QUIET=0 # Set to 1 to use linaro gcc instead of the FSF gcc USE_LINARO=1 # Set to 1 to enable building of OpenOCD -OOCD_EN=1 +OOCD_EN=0 # Set to 1 to build libstm32 provided by ST LIBSTM32_EN=0 # Set to 1 to build libopenstm32 an open source library for stm32 -- 2.25.1