
Ben Gamari pushed to branch wip/T25716 at Glasgow Haskell Compiler / GHC Commits: 5f0364e1 by Ben Gamari at 2025-05-14T10:12:03-04:00 configure: Drop probing of ld.gold As noted in #25716, `gold` has been dropped from binutils-2.44. - - - - - 1 changed file: - m4/find_ld.m4 Changes: ===================================== m4/find_ld.m4 ===================================== @@ -21,14 +21,7 @@ AC_DEFUN([FIND_LD],[ return fi - case $CPU in - i386) - # We refuse to use ld.gold on i386 due to #23579, which we don't - # have a good autoconf check for. - linkers="ld.lld ld" ;; - *) - linkers="ld.lld ld.gold ld" ;; - esac + linkers="ld.lld ld" # Manually iterate over possible names since we want to ensure that, e.g., # if ld.lld is installed but gcc doesn't support -fuse-ld=lld, that we View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5f0364e190e1bfd5e1922791ede68dcf... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5f0364e190e1bfd5e1922791ede68dcf... You're receiving this email because of your account on gitlab.haskell.org.