commit: 87e99bf0860f0924cd9e39b4bd20bfc5e5377fe3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 4 22:43:06 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 4 22:50:22 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e99bf0
dev-util/godcc: link to autoconf bug Bug: https://savannah.gnu.org/support/index.php?111382 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 1658f1513e83..4f859251f05a 100644 --- a/dev-util/godcc/godcc-1.0.ebuild +++ b/dev-util/godcc/godcc-1.0.ebuild @@ -30,7 +30,7 @@ src_configure() { src_compile() { # Workaround autoconf bug where configure-time A68FLAGS get - # clobbered to -O2 -g. + # clobbered to -O2 -g: https://savannah.gnu.org/support/index.php?111382 # # -fno-lto because of -Wlto-type-mismatch with prelude (PR123982) emake A68FLAGS="${A68FLAGS} -fno-lto"
