Changed default install directory of Summon-Arm-Toolchain to ~/sat which is more...
authorPiotr Esden-Tempski <piotr@esden.net>
Wed, 27 Oct 2010 00:05:53 +0000 (17:05 -0700)
committerPiotr Esden-Tempski <piotr@esden.net>
Wed, 27 Oct 2010 00:05:53 +0000 (17:05 -0700)
summon-arm-toolchain

index 760522c18db90fd3971511209458df0fe70a7c7e..0d6385d3761f456d32b94bd5796af9965f2b88f7 100755 (executable)
@@ -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