From d6c345c10750661f5002441db6378f14b3a19df5 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Tue, 26 Oct 2010 17:05:53 -0700 Subject: [PATCH] Changed default install directory of Summon-Arm-Toolchain to ~/sat which is more intuitive in my opinion. --- summon-arm-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 760522c..0d6385d 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -19,7 +19,7 @@ set -e # You probably want to customize those ############################################################################## TARGET=arm-none-eabi # Or: TARGET=arm-elf -PREFIX=${HOME}/arm-none-eabi # Install location of your final toolchain +PREFIX=${HOME}/sat # Install location of your final toolchain PARALLEL= # Or: PARALLEL="-j 5" for 4 CPUs DARWIN_OPT_PATH=/opt/local # Path in which MacPorts or Fink is installed # Set to 'sudo' if you need superuser privileges while installing -- 2.30.2