mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
eclass/toolchain: Sync with Gentoo
It's from Gentoo commit 9e51c9704162d07ab528179c4c3b05f36f1f21b3.
This commit is contained in:
parent
359e32977b
commit
365938ba6b
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# @ECLASS: toolchain.eclass
|
# @ECLASS: toolchain.eclass
|
||||||
@ -271,7 +271,7 @@ if [[ ${PN} != kgcc64 && ${PN} != gcc-* ]] ; then
|
|||||||
tc_version_is_at_least 8.0 &&
|
tc_version_is_at_least 8.0 &&
|
||||||
IUSE+=" systemtap" TC_FEATURES+=( systemtap )
|
IUSE+=" systemtap" TC_FEATURES+=( systemtap )
|
||||||
|
|
||||||
tc_version_is_at_least 9.0 && IUSE+=" d"
|
tc_version_is_at_least 9.0 && IUSE+=" d" TC_FEATURES+=( d )
|
||||||
tc_version_is_at_least 9.1 && IUSE+=" lto"
|
tc_version_is_at_least 9.1 && IUSE+=" lto"
|
||||||
tc_version_is_at_least 10 && IUSE+=" cet"
|
tc_version_is_at_least 10 && IUSE+=" cet"
|
||||||
tc_version_is_at_least 10 && IUSE+=" zstd" TC_FEATURES+=( zstd )
|
tc_version_is_at_least 10 && IUSE+=" zstd" TC_FEATURES+=( zstd )
|
||||||
|
Loading…
Reference in New Issue
Block a user