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 1
1
package =native_cctools
2
- $(package)_version =2ef2e931cf641547eb8a68cfebde61003587c9fd
2
+ $(package)_version =c74fafe86076713cb8e6f937af43b6df6da1f42d
3
3
$(package)_download_path =https://github.com/tpoechtrager/cctools-port/archive
4
4
$(package)_file_name =$($(package ) _version) .tar.gz
5
- $(package)_sha256_hash =6b73269efdf5c58a070e7357b66ee760501388549d6a12b423723f45888b074b
5
+ $(package)_sha256_hash =e2c1588d505a69c32e079f4e616e0f117d5478429040e394f624f43f2796e6bc
6
6
$(package)_build_subdir =cctools
7
7
$(package)_dependencies =native_libtapi
8
- $(package)_patches =no_fixup_chains.patch
9
8
10
9
define $(package)_set_vars
11
10
$(package ) _config_opts=--target=$(host ) --enable-lto-support
18
17
ifneq ($(strip $(FORCE_USE_SYSTEM_CLANG ) ) ,)
19
18
define $(package)_preprocess_cmds
20
19
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/
24
21
endef
25
22
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
30
23
endif
31
24
32
25
define $(package)_config_cmds
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments