No description
Find a file
Martin Matous 60fc83ddb8
chore: add README
Signed-off-by: Martin Matous <m@matous.dev>
2022-03-30 23:37:36 +02:00
ld.eselect chore: bring description in line with other modules 2022-03-30 23:37:07 +02:00
README.md chore: add README 2022-03-30 23:37:36 +02:00

eselect-ld

Usage

To set new ld symlink target use

eselect ld set <TARGET>

where TARGET is either a number from

eselect ld list

Alternatively use the name of a linker directly. Name may be prefixed by ld..

eselect ld set mold
eselect ld set ld.mold

To print current symlink target use

eselect ld show

Installation

Copy into eselect's module directory.

cp ./ld.eselect /usr/share/eselect/modules/.