From: Uwe Hermann Date: Thu, 1 Jul 2010 00:25:44 +0000 (+0200) Subject: Cosmetics and typo fixes. X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=commitdiff_plain;h=d4f2596d2b0de600c7bc84f0dfd7b1652fdc6801 Cosmetics and typo fixes. --- 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 , released as public domain. # Modified by Piotr Esden-Tempski , 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