Gold linker

Tango-document-new.png

Tango-document-new.png

This article is a stub.

Notes: Still very short to stay as a separate page. (Discuss in Talk:Gold linker#)

Tango-two-arrows.png

Tango-two-arrows.png

This article or section is a candidate for merging with GNU Project#Development Tools.

Notes: please use the second argument of the template to provide more detailed indications. (Discuss in Talk:Gold linker#)

The Gold linker is a newer and reportedly faster linker than the standard GNU ld linker. It is included in the binutils package.

To use the GOLD linker, simply

export LD=ld.gold

Alternatively, if your $PATH has /usr/local/bin before /usr/bin, you can do

ln -s /usr/bin/ld.gold /usr/local/bin/ld