dev-lang/tcc: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/866815
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz 2024-03-17 04:17:18 -04:00 committed by Sam James
parent 681f947606
commit 418e0544c3
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 27 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
inherit flag-o-matic toolchain-funcs
MY_COMMIT="16456168430c9e185dd94b8215aa77d02bbb8a2c"
DESCRIPTION="A very small C compiler for ix86/amd64"
@ -54,6 +54,13 @@ src_prepare() {
}
src_configure() {
# fails tests
# https://bugs.gentoo.org/866815
#
# Also distributes static libraries:
# https://bugs.gentoo.org/926120
filter-lto
local libc
use test && unset CFLAGS LDFLAGS # Tests run with CC=tcc etc, they will fail hard otherwise

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
inherit flag-o-matic toolchain-funcs
MY_COMMIT="29ae3ed4d5b83eec43598d6cd7949bccb41c8083"
DESCRIPTION="A very small C compiler for ix86/amd64"
@ -54,6 +54,13 @@ src_prepare() {
}
src_configure() {
# fails tests
# https://bugs.gentoo.org/866815
#
# Also distributes static libraries:
# https://bugs.gentoo.org/926120
filter-lto
local libc
use test && unset CFLAGS LDFLAGS # Tests run with CC=tcc etc, they will fail hard otherwise

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
inherit flag-o-matic toolchain-funcs
MY_COMMIT="16456168430c9e185dd94b8215aa77d02bbb8a2c"
DESCRIPTION="A very small C compiler for ix86/amd64"
@ -54,6 +54,13 @@ src_prepare() {
}
src_configure() {
# fails tests
# https://bugs.gentoo.org/866815
#
# Also distributes static libraries:
# https://bugs.gentoo.org/926120
filter-lto
local libc
use test && unset CFLAGS LDFLAGS # Tests run with CC=tcc etc, they will fail hard otherwise