From b02e4abca81c60a8b0a2e5f900153eb4e9ce4dbb Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Fri, 12 Aug 2011 15:52:01 +0200 Subject: [PATCH] default to stock FSF GCC --- summon-arm-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1