summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski <piotr@esden.net>2010-10-26 17:05:53 -0700
committerPiotr Esden-Tempski <piotr@esden.net>2010-10-26 17:05:53 -0700
commitd6c345c10750661f5002441db6378f14b3a19df5 (patch)
tree9f1a44ae5c02fb397565f885bfd6be250009c086
parentc4562dda050adea8254ae815c17ed6aba87dd94b (diff)
Changed default install directory of Summon-Arm-Toolchain to ~/sat which is more intuitive in my opinion.
-rwxr-xr-xsummon-arm-toolchain2
1 files changed, 1 insertions, 1 deletions
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