diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-23 16:04:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-23 16:14:23 +0100 |
commit | 7bb8ae8d33921905be9b0cf23aff9bebf7103a85 (patch) | |
tree | 99b6a7f997ba7545ff1e1ed0f32ae6f12cb02876 /sys-devel/clang/clang-15.0.7-r1.ebuild | |
parent | dev-python/pylint-venv: Fix testing prior to installing (diff) | |
download | gentoo-7bb8ae8d33921905be9b0cf23aff9bebf7103a85.tar.gz gentoo-7bb8ae8d33921905be9b0cf23aff9bebf7103a85.tar.bz2 gentoo-7bb8ae8d33921905be9b0cf23aff9bebf7103a85.zip |
sys-devel/clang: Fix typo in tc-is-gcc
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang/clang-15.0.7-r1.ebuild')
-rw-r--r-- | sys-devel/clang/clang-15.0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-15.0.7-r1.ebuild b/sys-devel/clang/clang-15.0.7-r1.ebuild index 26eaebf4de2d..3a9fc612178a 100644 --- a/sys-devel/clang/clang-15.0.7-r1.ebuild +++ b/sys-devel/clang/clang-15.0.7-r1.ebuild @@ -252,7 +252,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local mycmakeargs=( -DDEFAULT_SYSROOT=$(usex prefix-guest "" "${EPREFIX}") |