summaryrefslogtreecommitdiff
path: root/dev-lang/ruby/ruby-3.4.7-r1.ebuild
AgeCommit message (Collapse)Author
2025-11-09dev-lang/ruby: only pass -fno-ipa-modref for GCCSam James
Only GCC has the flag (Clang doesn't) but we only want to apply it for GCC to begin with, even if for some reason Clang did have it. Bug: https://bugs.gentoo.org/965095 Signed-off-by: Sam James <sam@gentoo.org>
2025-11-09dev-lang/ruby: workaround GCC bugSam James
Bug: https://gcc.gnu.org/PR122610 Closes: https://bugs.gentoo.org/965095 Signed-off-by: Sam James <sam@gentoo.org>