From 670020c850da7af3f1a7fa6b00025a124979f465 Mon Sep 17 00:00:00 2001 From: malik1004x Date: Fri, 11 Jul 2025 06:27:50 +0200 Subject: Rust bootstrap support for macOS aarch64 (#143) * darwin rust bootstrap support * add patches for darwin rust bootstrap --- contrib/depends/hosts/darwin.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/depends/hosts') diff --git a/contrib/depends/hosts/darwin.mk b/contrib/depends/hosts/darwin.mk index aa5d8fc..45c3e92 100644 --- a/contrib/depends/hosts/darwin.mk +++ b/contrib/depends/hosts/darwin.mk @@ -1,4 +1,4 @@ -OSX_MIN_VERSION=10.14 +OSX_MIN_VERSION=10.15 LD64_VERSION=609 ifeq (aarch64, $(host_arch)) CC_target=arm64-apple-$(host_os) @@ -14,10 +14,10 @@ darwin_CFLAGS=-pipe darwin_CXXFLAGS=$(darwin_CFLAGS) darwin_ARFLAGS=cr -darwin_release_CFLAGS=-O1 +darwin_release_CFLAGS=-O3 darwin_release_CXXFLAGS=$(darwin_release_CFLAGS) -darwin_debug_CFLAGS=-O1 +darwin_debug_CFLAGS=-O3 darwin_debug_CXXFLAGS=$(darwin_debug_CFLAGS) darwin_native_toolchain=native_cctools darwin_sdk -- cgit v1.2.3