diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-07-01 02:31:59 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-07-01 02:42:58 +0200 |
commit | ce741c5a901a48c21cb453525530d9048c94e997 (patch) | |
tree | d926a740a177327632e276da9f0f2edaf495102b | |
parent | c0b1d1de699f24dfa9bc3c6c34f7d57124a7d618 (diff) |
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.
-rwxr-xr-x | summon-arm-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
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) |