mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-08 02:55:56 +01:00
Update Binutils & GDB version
This commit is contained in:
parent
8d6d9e9444
commit
20f784cde8
@ -9,9 +9,14 @@ source tools/tools.sh
|
||||
eval $(tools/osxcross_conf.sh)
|
||||
|
||||
# binutils version to build
|
||||
BINUTILS_VERSION=2.25
|
||||
if [ -z "$BINUTILS_VERSION" ]; then
|
||||
BINUTILS_VERSION=2.25.1
|
||||
fi
|
||||
|
||||
# gdb version to build
|
||||
GDB_VERSION=7.8.2
|
||||
if [ -z "$GDB_VERSION" ]; then
|
||||
GDB_VERSION=7.10
|
||||
fi
|
||||
|
||||
# mirror
|
||||
MIRROR="ftp://sourceware.org/pub"
|
||||
|
Loading…
Reference in New Issue
Block a user