Skip to content

Instantly share code, notes, and snippets.

@compor
Created January 28, 2018 14:56
Show Gist options
  • Save compor/7e2ed68173773b2cd172fecf715f1d49 to your computer and use it in GitHub Desktop.
Save compor/7e2ed68173773b2cd172fecf715f1d49 to your computer and use it in GitHub Desktop.
update linker
update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
update-alternatives --config ld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment