mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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:
committed by
Sam James
parent
6f80679830
commit
d2fc253dd8
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user