diff options
author | Sam James <sam@gentoo.org> | 2024-09-30 06:25:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-30 06:25:39 +0100 |
commit | fe0050ea40377dcc2283d287e5ec57cb729b0ea4 (patch) | |
tree | 6ac15070c464e699909cccf62b84812f0a8e8c3b /sys-devel/clang/clang-20.0.0.9999.ebuild | |
parent | dev-vcs/git: rebase USE=-safe-directory patch (diff) | |
download | gentoo-fe0050ea40377dcc2283d287e5ec57cb729b0ea4.tar.gz gentoo-fe0050ea40377dcc2283d287e5ec57cb729b0ea4.tar.bz2 gentoo-fe0050ea40377dcc2283d287e5ec57cb729b0ea4.zip |
sys-devel/clang: stop setting GCC_INSTALL_PREFIX for prefix
Clang 19 deprecates the GCC_INSTALL_PREFIX CMake option.
We now handle this via config files installed by gcc-config. If there's
any remaining issues for Prefix, it should be handled over there
or in sys-devel/clang-common.
Closes: https://bugs.gentoo.org/939816
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/clang/clang-20.0.0.9999.ebuild')
-rw-r--r-- | sys-devel/clang/clang-20.0.0.9999.ebuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys-devel/clang/clang-20.0.0.9999.ebuild b/sys-devel/clang/clang-20.0.0.9999.ebuild index 6ba764b5fc97..cad701817a80 100644 --- a/sys-devel/clang/clang-20.0.0.9999.ebuild +++ b/sys-devel/clang/clang-20.0.0.9999.ebuild @@ -329,12 +329,6 @@ multilib_src_configure() { ) fi - if [[ -n ${EPREFIX} ]]; then - mycmakeargs+=( - -DGCC_INSTALL_PREFIX="${EPREFIX}/usr" - ) - fi - if tc-is-cross-compiler; then has_version -b sys-devel/clang:${LLVM_MAJOR} || die "sys-devel/clang:${LLVM_MAJOR} is required on the build host." |