From d4f2596d2b0de600c7bc84f0dfd7b1652fdc6801 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 1 Jul 2010 02:25:44 +0200 Subject: [PATCH] Cosmetics and typo fixes. --- summon-arm-toolchain | 8 ++++---- 1 file 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 , 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 -- 2.30.2