commit: 97b83071a7b17fd2d1767c68514275797191a8af Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 4 22:27:32 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 4 22:50:21 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b83071
dev-util/godcc: add upstream bug ref for LTO problem Bug: https://gcc.gnu.org/PR123982 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/godcc/godcc-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/godcc/godcc-1.0.ebuild b/dev-util/godcc/godcc-1.0.ebuild index 0175de4a6c68..1658f1513e83 100644 --- a/dev-util/godcc/godcc-1.0.ebuild +++ b/dev-util/godcc/godcc-1.0.ebuild @@ -32,7 +32,7 @@ src_compile() { # Workaround autoconf bug where configure-time A68FLAGS get # clobbered to -O2 -g. # - # -fno-lto because of -Wlto-type-mismatch with prelude + # -fno-lto because of -Wlto-type-mismatch with prelude (PR123982) emake A68FLAGS="${A68FLAGS} -fno-lto" }
