Skip to content

Commit 7d58152

Browse files
committed
depends: cctools 986 & ld64 711
1 parent 1ed1183 commit 7d58152

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

depends/packages/native_cctools.mk

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
package=native_cctools
2-
$(package)_version=2ef2e931cf641547eb8a68cfebde61003587c9fd
2+
$(package)_version=c74fafe86076713cb8e6f937af43b6df6da1f42d
33
$(package)_download_path=https://github.com/tpoechtrager/cctools-port/archive
44
$(package)_file_name=$($(package)_version).tar.gz
5-
$(package)_sha256_hash=6b73269efdf5c58a070e7357b66ee760501388549d6a12b423723f45888b074b
5+
$(package)_sha256_hash=e2c1588d505a69c32e079f4e616e0f117d5478429040e394f624f43f2796e6bc
66
$(package)_build_subdir=cctools
77
$(package)_dependencies=native_libtapi
8-
$(package)_patches=no_fixup_chains.patch
98

109
define $(package)_set_vars
1110
$(package)_config_opts=--target=$(host) --enable-lto-support
@@ -18,15 +17,9 @@ endef
1817
ifneq ($(strip $(FORCE_USE_SYSTEM_CLANG)),)
1918
define $(package)_preprocess_cmds
2019
mkdir -p $($(package)_staging_prefix_dir)/lib && \
21-
cp $(llvm_lib_dir)/libLTO.so $($(package)_staging_prefix_dir)/lib/ && \
22-
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub cctools && \
23-
patch -p1 < $($(package)_patch_dir)/no_fixup_chains.patch
20+
cp $(llvm_lib_dir)/libLTO.so $($(package)_staging_prefix_dir)/lib/
2421
endef
2522
else
26-
define $(package)_preprocess_cmds
27-
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub cctools && \
28-
patch -p1 < $($(package)_patch_dir)/no_fixup_chains.patch
29-
endef
3023
endif
3124

3225
define $(package)_config_cmds

depends/patches/native_cctools/no_fixup_chains.patch

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)