I'm a little late, but I realized that Fedora comes out with gold distributed with binutils. ld.gold command. You can select it as the default linker using alternatives :
# alternatives --config ld There is 2 program that provides 'ld'. Selection Command ----------------------------------------------- *+ 1 /usr/bin/ld.bfd 2 /usr/bin/ld.gold Enter to keep the current selection[+], or type selection number: 2
source share