Fix configuation of ldProgram
commitfb14e4e29b5ea24e186efb98e87245bf38f91dc0
authorErik de Castro Lopo <erikd@mega-nerd.com>
Mon, 18 Sep 2023 01:13:37 +0000 (18 11:13 +1000)
committerMikolaj <281893+Mikolaj@users.noreply.github.com>
Fri, 17 Nov 2023 05:18:24 +0000 (17 05:18 +0000)
treee58dc2d620836bc488b87160307d5812eceed38c
parenta134b265dd91e18599b431611df8dfbe3d5601dd
Fix configuation of ldProgram

Standard GNU `ld` ues `--relocatable` while `ld.gold` uses a `-relocatable`
flag (with a single `-`). Code will now detect both versions.
Cabal/src/Distribution/Simple/Program/Builtin.hs