diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-03 23:07:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-03 23:09:32 +0100 |
commit | 77d29378f8b7b83b1be91815610a38d7e5d1e1b6 (patch) | |
tree | 0c06a2c0bdd2fbe1d8a64463fef878d1e6c3a305 /sys-libs | |
parent | www-client/chromium: add support for component build (diff) | |
download | gentoo-77d29378f8b7b83b1be91815610a38d7e5d1e1b6.tar.gz gentoo-77d29378f8b7b83b1be91815610a38d7e5d1e1b6.tar.bz2 gentoo-77d29378f8b7b83b1be91815610a38d7e5d1e1b6.zip |
sys-libs/compiler-rt: Remove unused /usr/lib/clang/*/lib lookup
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 614c6757497c..356ff8eea0fb 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -71,9 +71,6 @@ run_tests_for_abi() { src_test() { # prepare a test compiler local clang_version=4.0.0 - local sys_dir=( "${EPREFIX}/usr/lib/clang/${clang_version}/lib"/* ) - [[ -e ${sys_dir} ]] || die "Unable to find ${sys_dir}" - [[ ${#sys_dir[@]} -eq 1 ]] || die "Non-deterministic compiler-rt install: ${sys_dir[@]}" # copy clang over since resource_dir is located relatively to binary # therefore, we can put our new libraries in it |