diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2020-07-16 19:06:01 +0000 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2020-07-16 20:04:07 +0000 |
commit | 5962522fbcb7b72c269fc271ac4463791a103918 (patch) | |
tree | a69fe239be3ccb3c8fbc2de61f5c2fe6f37088bb /depends | |
parent | 00d1ba7aaadbe881995ac1497633a012bc487bdd (diff) |
depends: bump native_cctools for fixed lto with external clang
https://github.com/tpoechtrager/cctools-port/pull/85 was merged upstream, which
fixes lto detection for external clang with some Linux Distro's including
Ubuntu.
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages/native_cctools.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/packages/native_cctools.mk b/depends/packages/native_cctools.mk index 33e875a8ea..5022ed980f 100644 --- a/depends/packages/native_cctools.mk +++ b/depends/packages/native_cctools.mk @@ -1,8 +1,8 @@ package=native_cctools -$(package)_version=4da2f3b485bcf4cef526f30c0b8c0bcda99cdbb4 +$(package)_version=55562e4073dea0fbfd0b20e0bf69ffe6390c7f97 $(package)_download_path=https://github.com/tpoechtrager/cctools-port/archive $(package)_file_name=$($(package)_version).tar.gz -$(package)_sha256_hash=a2d491c0981cef72fee2b833598f20f42a6c44a7614a61c439bda93d56446fec +$(package)_sha256_hash=e51995a843533a3dac155dd0c71362dd471597a2d23f13dff194c6285362f875 $(package)_build_subdir=cctools ifeq ($(strip $(FORCE_USE_SYSTEM_CLANG)),) $(package)_clang_version=8.0.0 |