From 520c9aa929e2aa095114c3f7998de1132825facc Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 19 Feb 2026 18:05:04 +0100 Subject: reproducibility --- contrib/depends/hosts/darwin.mk | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 contrib/depends/hosts/darwin.mk (limited to 'contrib/depends/hosts/darwin.mk') diff --git a/contrib/depends/hosts/darwin.mk b/contrib/depends/hosts/darwin.mk deleted file mode 100644 index aa5d8fc..0000000 --- a/contrib/depends/hosts/darwin.mk +++ /dev/null @@ -1,23 +0,0 @@ -OSX_MIN_VERSION=10.14 -LD64_VERSION=609 -ifeq (aarch64, $(host_arch)) -CC_target=arm64-apple-$(host_os) -else -CC_target=$(host) -endif -darwin_CC=clang -target $(CC_target) -mmacosx-version-min=$(OSX_MIN_VERSION) --sysroot $(host_prefix)/native/SDK/ -mlinker-version=$(LD64_VERSION) -B$(host_prefix)/native/bin/$(host)- -darwin_CXX=clang++ -target $(CC_target) -mmacosx-version-min=$(OSX_MIN_VERSION) --sysroot $(host_prefix)/native/SDK/ -mlinker-version=$(LD64_VERSION) -stdlib=libc++ -B$(host_prefix)/native/bin/$(host)- - -darwin_RANLIB=$(host_prefix)/native/bin/$(host)-ranlib -darwin_AR=$(host_prefix)/native/bin/$(host)-ar -darwin_CFLAGS=-pipe -darwin_CXXFLAGS=$(darwin_CFLAGS) -darwin_ARFLAGS=cr - -darwin_release_CFLAGS=-O1 -darwin_release_CXXFLAGS=$(darwin_release_CFLAGS) - -darwin_debug_CFLAGS=-O1 -darwin_debug_CXXFLAGS=$(darwin_debug_CFLAGS) - -darwin_native_toolchain=native_cctools darwin_sdk -- cgit v1.2.3