libopencm3 repo moved
[fw/cortex-toolchain] / summon-arm-toolchain
index e2868e6f74e46b5e4bd871e0267f54eaf19c3a1a..aa7afe92488af95835b05438a0706725b290963d 100755 (executable)
@@ -20,7 +20,7 @@ set -e
 # You can also pass them as parameters to the script
 ##############################################################################
 TARGET=arm-none-eabi           # Or: TARGET=arm-elf
-PREFIX=${HOME}/sat     # Install location of your final toolchain
+PREFIX=/opt/cortex     # Install location of your final toolchain
 DARWIN_OPT_PATH=/opt/local     # Path in which MacPorts or Fink is installed
 # Set to 'sudo' if you need superuser privileges while installing
 SUDO=
@@ -119,7 +119,7 @@ fi
 
 BINUTILS=binutils-2.21.1
 NEWLIB=newlib-1.19.0
-GDB=gdb-7.3.1
+GDB=gdb-7.5.1
 OOCD=master
 LIBCMSIS=v1.10-3
 LIBSTM32=v3.0.0-2
@@ -319,7 +319,7 @@ fi
 if [ ${LIBOPENCM3_EN} != 0 ]; then
 if [ ! -e libopencm3-${LIBOPENCM3}.tar.bz2 ]; then
        log "Cloning libopencm3 sources..."
-       git clone git://libopencm3.git.sourceforge.net/gitroot/libopencm3/libopencm3
+       git clone https://github.com/libopencm3/libopencm3
         cd libopencm3
         git archive --format=tar --prefix=libopencm3-${LIBOPENCM3}/ ${LIBOPENCM3} | \
             bzip2 --stdout > ../libopencm3-${LIBOPENCM3}.tar.bz2