mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
toolchain-funcs.eclass: Remove outdated reference to tc-has-openmp
tc-has-openmp function was deprecated in commit9bc832c6d3("toolchain-funcs.eclass: deprecate tc-has-openmp") and later removed in commiteb970274d2("toolchain-funcs.eclass: remove tc-has-openmp"). Due to this, the reference to it in the tc-check-openmp function has become redundant and is therefore removed. Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/32903 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -576,9 +576,7 @@ _tc-has-openmp() {
|
||||
# @DESCRIPTION:
|
||||
# Test for OpenMP support with the current compiler and error out with
|
||||
# a clear error message, telling the user how to rectify the missing
|
||||
# OpenMP support that has been requested by the ebuild. Using this function
|
||||
# to test for OpenMP support should be preferred over tc-has-openmp and
|
||||
# printing a custom message, as it presents a uniform interface to the user.
|
||||
# OpenMP support that has been requested by the ebuild.
|
||||
#
|
||||
# You should test for any necessary OpenMP support in pkg_pretend in order to
|
||||
# warn the user of required toolchain changes. You must still check for OpenMP
|
||||
|
||||
Reference in New Issue
Block a user