From c38956688f42ad71e10d0527900d6418e5897389 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Fri, 12 Aug 2011 15:49:45 +0200 Subject: [PATCH] disable building libopenstm32 --- summon-arm-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 80435c4..151e776 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -28,7 +28,7 @@ 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 -LIBOPENSTM32_EN=1 +LIBOPENSTM32_EN=0 # Make the gcc default to Cortex-M3 DEFAULT_TO_CORTEX_M3=1 -- 2.25.1