Update cctools to 973.0.1 and ld64 to 609

This commit is contained in:
Thomas Pöchtrager 2021-03-22 18:22:40 +01:00
parent fca436a756
commit 3351f5573c
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
/****************************** v1.4 *********************************/
Changed:
* Updated cctools to 973.0.1 and ld64 to 609
/****************************** v1.3 *********************************/
Added:

View File

@ -5,7 +5,7 @@
# This script requires the OS X SDK and the Clang/LLVM compiler.
#
VERSION=1.3
VERSION=1.4
pushd "${0%/*}" &>/dev/null
@ -130,8 +130,8 @@ fi
## cctools and ld64 ##
CCTOOLS_VERSION=949.0.1
LINKER_VERSION=530
CCTOOLS_VERSION=973.0.1
LINKER_VERSION=609
get_sources \
https://github.com/tpoechtrager/cctools-port.git \