From: Matthias Rampke Date: Fri, 12 Aug 2011 14:22:50 +0000 (+0200) Subject: r0ket needs arm-*none*-eabi X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=summon-arm-toolchain.git;a=commitdiff_plain;h=3cb42ab0fe66e0a99bc1138a766ece62c978b0df r0ket needs arm-*none*-eabi --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 3ecf57c..eb2a8e2 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -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