From: Matthias Rampke Date: Fri, 12 Aug 2011 13:52:01 +0000 (+0200) Subject: default to stock FSF GCC X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=summon-arm-toolchain.git;a=commitdiff_plain;h=b02e4abca81c60a8b0a2e5f900153eb4e9ce4dbb default to stock FSF GCC --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index e740827..3ecf57c 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -22,7 +22,7 @@ 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=1 +USE_LINARO=0 # Set to 1 to enable C++ USE_CPP=0 # Set to 1 to enable building of OpenOCD