mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Update build_binutils.sh
This commit is contained in:
parent
8a780ba3ae
commit
735d38b9fe
@ -17,12 +17,12 @@ eval $(tools/osxcross_conf.sh)
|
||||
|
||||
# binutils version to build
|
||||
if [ -z "$BINUTILS_VERSION" ]; then
|
||||
BINUTILS_VERSION=2.27
|
||||
BINUTILS_VERSION=2.32
|
||||
fi
|
||||
|
||||
# gdb version to build
|
||||
if [ -z "$GDB_VERSION" ]; then
|
||||
GDB_VERSION=7.11.1
|
||||
GDB_VERSION=8.3
|
||||
fi
|
||||
|
||||
# mirror
|
||||
|
Loading…
Reference in New Issue
Block a user