diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-02-19 20:16:04 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-02-19 20:16:04 +0000 |
commit | d4725f7e03f4d243d29d408f4b9de39459e00d4c (patch) | |
tree | 5b5a3f8042f807f8277163cdc362e03f3333fec7 /eclass | |
parent | 80c51284f0017d5765c7ae39207be9c58f4bfa17 (diff) |
gentoo auto-resync : 19:02:2023 - 20:16:03
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 37519 -> 37514 bytes | |||
-rw-r--r-- | eclass/toolchain-funcs.eclass | 10 |
2 files changed, 0 insertions, 10 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex b8f2907aa3bd..31e7d893c03b 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index c2c2d1199155..8a4f33e71bb7 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -599,16 +599,6 @@ _tc-has-openmp() { return ${ret} } -# @FUNCTION: tc-has-openmp -# @USAGE: [toolchain prefix] -# @DEPRECATED: tc-check-openmp -# @DESCRIPTION: -# See if the toolchain supports OpenMP. This function is deprecated and will be -# removed on 2023-01-01. -tc-has-openmp() { - _tc-has-openmp "$@" -} - # @FUNCTION: tc-check-openmp # @DESCRIPTION: # Test for OpenMP support with the current compiler and error out with |