Skip to content

Commit 5962522

Browse files
committed
depends: bump native_cctools for fixed lto with external clang
tpoechtrager/cctools-port#85 was merged upstream, which fixes lto detection for external clang with some Linux Distro's including Ubuntu.
1 parent 00d1ba7 commit 5962522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/packages/native_cctools.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=native_cctools
2-
$(package)_version=4da2f3b485bcf4cef526f30c0b8c0bcda99cdbb4
2+
$(package)_version=55562e4073dea0fbfd0b20e0bf69ffe6390c7f97
33
$(package)_download_path=https://github.com/tpoechtrager/cctools-port/archive
44
$(package)_file_name=$($(package)_version).tar.gz
5-
$(package)_sha256_hash=a2d491c0981cef72fee2b833598f20f42a6c44a7614a61c439bda93d56446fec
5+
$(package)_sha256_hash=e51995a843533a3dac155dd0c71362dd471597a2d23f13dff194c6285362f875
66
$(package)_build_subdir=cctools
77
ifeq ($(strip $(FORCE_USE_SYSTEM_CLANG)),)
88
$(package)_clang_version=8.0.0

0 commit comments

Comments
 (0)