summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-07-01 02:25:44 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2010-07-01 02:42:57 +0200
commitd4f2596d2b0de600c7bc84f0dfd7b1652fdc6801 (patch)
tree11d2a985672074afb655426ced74b41a67ad0bcc
parentc086a5b9e5cfb3b39f3f8afe22e4281aa23639d3 (diff)
Cosmetics and typo fixes.
-rwxr-xr-xsummon-arm-toolchain8
1 files changed, 4 insertions, 4 deletions
diff --git a/summon-arm-toolchain b/summon-arm-toolchain
index 15181b6..6f268e2 100755
--- a/summon-arm-toolchain
+++ b/summon-arm-toolchain
@@ -2,10 +2,10 @@
# Written by Uwe Hermann <uwe@hermann-uwe.de>, released as public domain.
# Modified by Piotr Esden-Tempski <piotr@esden.net>, released as public domain.
-TARGET=arm-none-eabi # Or: TARGET=arm-none-eabi
-PREFIX=${HOME}/arm-none-eabi # Install location of your final toolchain
-PARALLEL="" # Or: PARALLEL="-j 5" for 4 CPU's
-DARWIN_OPT_PATH=/opt/local # Path in which MacPorts or Fink is installed
+TARGET=arm-none-eabi # Or: TARGET=arm-elf
+PREFIX=${HOME}/arm-none-eabi # 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
BINUTILS=binutils-2.19.1
GCC=gcc-4.4.2