diff options
author | 2020-05-14 00:22:08 +0100 | |
---|---|---|
committer | 2020-05-14 00:22:19 +0100 | |
commit | e096452a04e0b03a31cfa461287fa59e0f7cd561 (patch) | |
tree | a59be042cae9cd1d578704ff39d90c7c27caef53 /sys-devel/binutils-config | |
parent | app-admin/salt-2019.2.5: Version bump (diff) | |
download | gentoo-e096452a04e0b03a31cfa461287fa59e0f7cd561.tar.gz gentoo-e096452a04e0b03a31cfa461287fa59e0f7cd561.tar.bz2 gentoo-e096452a04e0b03a31cfa461287fa59e0f7cd561.zip |
sys-devel/binutils-config: drop --linker from manpage, bug #658054
Follow bd195f1e0d49e6
("sys-devel/binutils-config: drop runtime linker switch selection")
and remove deleted '--linker' option from manpage.
Reported-by: Steve Arnold
Bug: https://bugs.gentoo.org/658054
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/binutils-config')
-rw-r--r-- | sys-devel/binutils-config/files/binutils-config.8 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys-devel/binutils-config/files/binutils-config.8 b/sys-devel/binutils-config/files/binutils-config.8 index 52cf7101e61a..e8e64de58158 100644 --- a/sys-devel/binutils-config/files/binutils-config.8 +++ b/sys-devel/binutils-config/files/binutils-config.8 @@ -46,12 +46,6 @@ asterisk. \fB-u\fR, \fB\-\-uninstall\fR \fITARGET\fR 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\-\-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 https://bugs.gentoo.org/ .SH "SEE ALSO" |