mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
build_binutils.sh:
binutils: 2.25.1 -> 2.26 gdb: 7.10 -> 7.11.1
This commit is contained in:
parent
bdee5c1d00
commit
6f52443530
@ -10,12 +10,12 @@ eval $(tools/osxcross_conf.sh)
|
|||||||
|
|
||||||
# binutils version to build
|
# binutils version to build
|
||||||
if [ -z "$BINUTILS_VERSION" ]; then
|
if [ -z "$BINUTILS_VERSION" ]; then
|
||||||
BINUTILS_VERSION=2.25.1
|
BINUTILS_VERSION=2.26
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# gdb version to build
|
# gdb version to build
|
||||||
if [ -z "$GDB_VERSION" ]; then
|
if [ -z "$GDB_VERSION" ]; then
|
||||||
GDB_VERSION=7.10
|
GDB_VERSION=7.11.1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# mirror
|
# mirror
|
||||||
|
Loading…
Reference in New Issue
Block a user