diff options
Diffstat (limited to 'sys-devel/binutils-config/files/binutils-config.8')
-rw-r--r-- | sys-devel/binutils-config/files/binutils-config.8 | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/sys-devel/binutils-config/files/binutils-config.8 b/sys-devel/binutils-config/files/binutils-config.8 index 77626e99bf4a..0872f4f15c5b 100644 --- a/sys-devel/binutils-config/files/binutils-config.8 +++ b/sys-devel/binutils-config/files/binutils-config.8 @@ -31,17 +31,30 @@ This is really for internal use only. Used to remove all traces of the \fBTARGET\fR binutils from your system. .SH "SPECIFIC OPTIONS" .TP -\fB\-\-x86\fR -One oddity of the x86 toolchain is that they may be named 'i386', or 'i486', -or 'i586', or 'i686', yet still produce the same exact code. When dealing -with distcc systems that are mixed (some i586 and some i686), you will need -symlinks for all these targets. This option will install those extra targets. -.TP \fB\-\-amd64\fR A nice feature of the amd64/x86 toolchain is that each can produce code for other. The typical user could care less, but some may want to be able to cross-compile for an amd64 on a x86 system. This will install the extra symlinks ('x86_64') to facilitate this process. +.TP +\fB\-\-arm\fR +The arm architecture comes in both big and little endian versions. Typically +you only need support for the native target, but sometimes it's helpful to +have links for the other endian target. This will make sure you have both the +big endian target ('armeb') and the little endian target ('arm'). +.TP +\fB\-\-mips\fR +The mips architecture (like arm) comes in both big and little endian versions. +Typically you only need support for the native target, but sometimes it's +helpful to have links for the other endian target. This will make sure you +have both the big endian target ('mips') and the little endian target +('mipsel'). +.TP +\fB\-\-x86\fR +One oddity of the x86 toolchain is that they may be named 'i386', or 'i486', +or 'i586', or 'i686', yet still produce the same exact code. When dealing +with distcc systems that are mixed (some i586 and some i686), you will need +symlinks for all these targets. This option will install those extra targets. .SH "REPORTING BUGS" Please report bugs via http://bugs.gentoo.org/ .SH "SEE ALSO" @@ -62,4 +75,4 @@ Please report bugs via http://bugs.gentoo.org/ .SH "AUTHORS" Mike Frysinger <vapier@gentoo.org> .SH "CVS HEADER" -$Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/files/binutils-config.8,v 1.1 2005/01/14 03:28:15 vapier Exp $ +$Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/files/binutils-config.8,v 1.2 2005/01/30 06:21:38 vapier Exp $ |