dev-util/cccc: replace filter-flags -flto* with filter-lto

Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Leonardo Hernández Hernández
2023-06-23 20:47:19 -06:00
committed by Sam James
parent 6f80679830
commit d2fc253dd8

View File

@@ -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
EAPI=8
@@ -26,7 +26,8 @@ src_prepare() {
default
use mfc && eapply "${FILESDIR}"/${PN}-c_dialect.patch
is-flagq -flto* && filter-flags -flto* -fuse-linker-plugin
is-flagq -flto* && filter-flags -fuse-linker-plugin
filter-lto
}
src_compile() {