File tree Expand file tree Collapse file tree 2 files changed +3
-33
lines changed
Expand file tree Collapse file tree 2 files changed +3
-33
lines changed Original file line number Diff line number Diff line change 11package =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
109define $(package)_set_vars
1110 $(package ) _config_opts=--target=$(host ) --enable-lto-support
1817ifneq ($(strip $(FORCE_USE_SYSTEM_CLANG ) ) ,)
1918define $(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/
2421endef
2522else
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
3023endif
3124
3225define $(package)_config_cmds
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments