r0ket needs arm-*none*-eabi
authorMatthias Rampke <matthias@rampke.de>
Fri, 12 Aug 2011 14:22:50 +0000 (16:22 +0200)
committerMatthias Rampke <matthias@rampke.de>
Fri, 12 Aug 2011 14:22:50 +0000 (16:22 +0200)
summon-arm-toolchain

index 3ecf57c6743f9b585f030da991b9e331f2411d47..eb2a8e2a7f8eeca4f2da326d85ddf661e74ab70f 100755 (executable)
@@ -13,7 +13,7 @@ set -e
 # Settings section
 # You probably want to customize those
 ##############################################################################
-TARGET=arm-eabi                # Or: TARGET=arm-elf
+TARGET=arm-none-eabi           # Or: TARGET=arm-elf
 [ -z $PREFIX ] && PREFIX=${HOME}/arm   # Install location of your final toolchain
 [ -z $WORKDIR ] && WORKDIR=$PREFIX/work     #temporary directory
 PARALLEL=                      # Or: PARALLEL="-j 5" for 4 CPUs