diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-03 18:17:26 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-03 18:17:26 +0200 |
commit | fb26da0132271eee7f036a2a082f51db032c45f7 (patch) | |
tree | 888096a920ae509900b881ba32b6bef0c6be28ce | |
parent | 80dca85c76e3fa5cb9785ece3674b373640f5025 (diff) |
Update versions to latest released ones.
-rwxr-xr-x | summon-arm-toolchain | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 6a00c12..bccf044 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -14,10 +14,10 @@ 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 -NEWLIB=newlib-1.17.0 -GDB=gdb-7.1 +BINUTILS=binutils-2.20 +GCC=gcc-4.5.1 +NEWLIB=newlib-1.18.0 +GDB=gdb-7.2 LIBCMSIS=v1.10-2 LIBSTM32=v3.0.0-1 LIBSTM32USB=v3.0.1-1 |