X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=summon-arm-toolchain;h=94ea5dae92dbbb776449e8cbd9aa91abe77e5a8e;hb=5d359f3c21802216a3b87cbcf930b8b2093ae85d;hp=b0b434f753986a8d4808d18dd3f5d34f6ec945cd;hpb=2149df994dfda3ca887baf11f13a16dd1da411e0;p=summon-arm-toolchain.git diff --git a/summon-arm-toolchain b/summon-arm-toolchain index b0b434f..94ea5da 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -16,7 +16,6 @@ set -e TARGET=arm-eabi # Or: TARGET=arm-elf PREFIX=${HOME}/arm # Install location of your final toolchain PARALLEL= # Or: PARALLEL="-j 5" for 4 CPUs -DARWIN_CELLAR=$(brew --cellar) # Path in which MacPorts or Fink is installed # Set to 'sudo' if you need superuser privileges while installing SUDO='' # Set to 1 to be quieter while running @@ -45,7 +44,7 @@ else GCCRELEASE=4.6-2011.07 GCCVERSION=${GCCRELEASE} GCC=gcc-linaro-${GCCVERSION} - GCCURL=http://launchpad.net/gcc-linaro/4.5/${GCCRELEASE}/+download/${GCC}.tar.bz2 + GCCURL=http://launchpad.net/gcc-linaro/4.6/${GCCRELEASE}/+download/${GCC}.tar.bz2 fi BINUTILS=binutils-2.21 @@ -120,11 +119,11 @@ case "$(uname)" in DARWINDEPS="gnu-tar wget mpfr libmpc gmp" DARWINDEPSCOUNT=4 - echo "Installing dependencies" + echo "Installing dependencies ..." if ! which brew > /dev/null; then - echo "homebrew not installed." + echo "Homebrew not installed." else - brew install ${DARWINDEPS} | grep -v '^Warning: Formula already installed: ' + brew install ${DARWINDEPS} | (grep -v '^Warning: Formula already installed: ' || true) fi GCCFLAGS="${GCCFLAGS} \