From: Piotr Esden-Tempski Date: Wed, 27 Oct 2010 00:05:53 +0000 (-0700) Subject: Changed default install directory of Summon-Arm-Toolchain to ~/sat which is more... X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=commitdiff_plain;h=d6c345c10750661f5002441db6378f14b3a19df5 Changed default install directory of Summon-Arm-Toolchain to ~/sat which is more intuitive in my opinion. --- 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