From: Uwe Hermann Date: Thu, 1 Jul 2010 00:31:59 +0000 (+0200) Subject: Don't build STM32 firmware lib or libopenstm32. X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=commitdiff_plain;h=ce741c5a901a48c21cb453525530d9048c94e997;ds=sidebyside Don't build STM32 firmware lib or libopenstm32. The 'summon-arm-toolchain' script should do just that per default, build an ARM toolchain. The STM32-specific libs are not related to that and many users will not need or want them. So, default to off for both, but leave in the option so interested users can enable either of them. --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 7606fac..13ad623 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -15,7 +15,7 @@ LIBCMSIS=v1.10-2 LIBSTM32=v3.0.0-1 LIBSTM32USB=v3.0.1-1 LIBOPENSTM32=master -LIBSTM32_EN=1 +LIBSTM32_EN=0 LIBOPENSTM32_EN=0 SUMMON_DIR=$(pwd)