diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-11-11 17:45:45 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-11 17:46:38 -0500 |
commit | dedaa68dc7a03197db17e9ff25f22bf7454afbc4 (patch) | |
tree | 8d21c1a0af3017d1f7ea3684e99bf48e837bec46 /sys-devel | |
parent | net-im/gajim: Apply fix for OTR plugin cleartext leak (CVE-2016-9107) (diff) | |
download | gentoo-dedaa68dc7a03197db17e9ff25f22bf7454afbc4.tar.gz gentoo-dedaa68dc7a03197db17e9ff25f22bf7454afbc4.tar.bz2 gentoo-dedaa68dc7a03197db17e9ff25f22bf7454afbc4.zip |
sys-devel/binutils-config: update man page to cover --linker #594034
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-config/files/binutils-config.8 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sys-devel/binutils-config/files/binutils-config.8 b/sys-devel/binutils-config/files/binutils-config.8 index 0d8adb5a70b2..52cf7101e61a 100644 --- a/sys-devel/binutils-config/files/binutils-config.8 +++ b/sys-devel/binutils-config/files/binutils-config.8 @@ -48,16 +48,12 @@ This is really for internal use only. Used to remove all traces of the \fITARGET\fR binutils from your system. .SH "CRUFTY OPTIONS" .TP -\fB\-\-gold\fR -Change the default linker for the specified \fIPROFILE\fR to the [newer] gold -linker. This only works if the binutils actually supports gold. Note that -not all options supported by the bfd linker are supportd by the gold linker. -.TP -\fB\-\-bfd\fR -Change the default linker for the specified \fIPROFILE\fR to the [older but -stable] bfd linker. If unsure, stick to this one. +\fB\-\-linker\fR \fB<linker>\fR +Change the default linker for the specified \fIPROFILE\fR to the \fB<linker>\fR. +Common names are \fBld.gold\fR for the newer gold linker and \fBld.bfd\fR for +the classic linker. Note that not all targets support the gold linker. .SH "REPORTING BUGS" -Please report bugs via http://bugs.gentoo.org/ +Please report bugs via https://bugs.gentoo.org/ .SH "SEE ALSO" .BR ar (1), .BR as (1), |