SAT now builds Linaro GCC and libopenstm32 by default.
authorPiotr Esden-Tempski <piotr@esden.net>
Mon, 3 Jan 2011 00:44:02 +0000 (01:44 +0100)
committerPiotr Esden-Tempski <piotr@esden.net>
Mon, 3 Jan 2011 00:44:02 +0000 (01:44 +0100)
It is the most common way to build summon-arm-toolchain and makes it
easier for beginners to start using SAT.

summon-arm-toolchain

index 2dfbd7c0acf0561dbb52db09d6eb4d129efeaf54..2a12296a9531dc6197046c362d728e7538d90f01 100755 (executable)
@@ -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