From 3351f5573c5c3f38a28a82df1ae09cad6d70f83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Mon, 22 Mar 2021 18:22:40 +0100 Subject: [PATCH] Update cctools to 973.0.1 and ld64 to 609 --- CHANGELOG | 6 ++++++ build.sh | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 47f73b2..ee5afc7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +/****************************** v1.4 *********************************/ + +Changed: + * Updated cctools to 973.0.1 and ld64 to 609 + + /****************************** v1.3 *********************************/ Added: diff --git a/build.sh b/build.sh index 88ed19f..c7da501 100755 --- a/build.sh +++ b/build.sh @@ -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 \