From: marcin.mielczarczyk Date: Wed, 7 Mar 2012 13:12:33 +0000 (+0000) Subject: Fixed versions of Binutils, GDB and Insight in compiler building scripts. X-Git-Tag: v1.0.0~226 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/8f97dd895ea8c522b8613e2ff59dddb5652ee9e2 Fixed versions of Binutils, GDB and Insight in compiler building scripts. --- diff --git a/tools/install-gnuarm4.sh b/tools/install-gnuarm4.sh index 0f1f60ad..631717f0 100755 --- a/tools/install-gnuarm4.sh +++ b/tools/install-gnuarm4.sh @@ -1,13 +1,13 @@ #!/bin/bash # Some things for you to configure -BINUTILS_VER="2.19.1" +BINUTILS_VER="2.19.1a" GCC_VER="4.3.3" -GDB_VER="6.8" +GDB_VER="6.8a" NEWLIB_VER="1.17.0" GMP_VER="4.2.4" MPFR_VER="2.4.2" -INSIGHT_VER="6.8" +INSIGHT_VER="6.8a" # Where you want to install the tools if [ "${1}" = "" ]; then