summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski <piotr@esden.net>2011-01-03 01:44:02 +0100
committerPiotr Esden-Tempski <piotr@esden.net>2011-01-03 01:44:02 +0100
commite739ab803544aa524066e4e9dcd490e4ab6ea5d1 (patch)
treef752b17b137d6f0ab0a7e07bf2143ff78dbd9921
parent5789834245c6e9b6294453d4912d5f52fe406f35 (diff)
SAT now builds Linaro GCC and libopenstm32 by default.
It is the most common way to build summon-arm-toolchain and makes it easier for beginners to start using SAT.
-rwxr-xr-xsummon-arm-toolchain4
1 files changed, 2 insertions, 2 deletions
diff --git a/summon-arm-toolchain b/summon-arm-toolchain
index 2dfbd7c..2a12296 100755
--- a/summon-arm-toolchain
+++ b/summon-arm-toolchain
@@ -26,13 +26,13 @@ SUDO=
# Set to 1 to be quieter while running
QUIET=0
# Set to 1 to use linaro gcc instead of the FSF gcc
-USE_LINARO=0
+USE_LINARO=1
# Set to 1 to enable building of OpenOCD
OOCD_EN=1
# 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=0
+LIBOPENSTM32_EN=1
# Make the gcc default to Cortex-M3
DEFAULT_TO_CORTEX_M3=0