mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Fixed versions of Binutils, GDB and Insight in compiler building scripts.
This commit is contained in:
parent
0da7184f31
commit
8f97dd895e
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Some things for you to configure
|
# Some things for you to configure
|
||||||
BINUTILS_VER="2.19.1"
|
BINUTILS_VER="2.19.1a"
|
||||||
GCC_VER="4.3.3"
|
GCC_VER="4.3.3"
|
||||||
GDB_VER="6.8"
|
GDB_VER="6.8a"
|
||||||
NEWLIB_VER="1.17.0"
|
NEWLIB_VER="1.17.0"
|
||||||
GMP_VER="4.2.4"
|
GMP_VER="4.2.4"
|
||||||
MPFR_VER="2.4.2"
|
MPFR_VER="2.4.2"
|
||||||
INSIGHT_VER="6.8"
|
INSIGHT_VER="6.8a"
|
||||||
|
|
||||||
# Where you want to install the tools
|
# Where you want to install the tools
|
||||||
if [ "${1}" = "" ]; then
|
if [ "${1}" = "" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue