Created
January 28, 2018 14:56
-
-
Save compor/7e2ed68173773b2cd172fecf715f1d49 to your computer and use it in GitHub Desktop.
update linker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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