diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 20:16:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 20:57:03 +0200 |
commit | 39648a88e4fca0e91be366c5b1891d9172da58c2 (patch) | |
tree | 341cf87b91a28269047e8ee67f59fa0ddd65f1c1 /sys-devel/llvm | |
parent | dev-libs/poco: Drop duplicate cmake-utils_src_prepare call (diff) | |
download | gentoo-39648a88e4fca0e91be366c5b1891d9172da58c2.tar.gz gentoo-39648a88e4fca0e91be366c5b1891d9172da58c2.tar.bz2 gentoo-39648a88e4fca0e91be366c5b1891d9172da58c2.zip |
sys-devel/llvm: Update config.guess from gnuconfig in 10+
Closes: https://bugs.gentoo.org/697510
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-10.0.0.9999.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-devel/llvm/llvm-10.0.0.9999.ebuild b/sys-devel/llvm/llvm-10.0.0.9999.ebuild index bd137968658a..77a6c8423834 100644 --- a/sys-devel/llvm/llvm-10.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-10.0.0.9999.ebuild @@ -59,6 +59,7 @@ DEPEND="${RDEPEND} gold? ( sys-libs/binutils-libs )" BDEPEND=" dev-lang/perl + sys-devel/gnuconfig || ( >=sys-devel/gcc-3.0 >=sys-devel/llvm-3.5 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx ) ) @@ -186,6 +187,9 @@ src_prepare() { # disable use of SDK on OSX, bug #568758 sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die + # Update config.guess to support more systems + cp "${BROOT}/usr/share/gnuconfig/config.guess" cmake/ || die + # User patches + QA cmake-utils_src_prepare |