summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-11 03:25:05 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-11 03:25:05 +0000
commit85294470e46788f41e7964f6fcd36c34b96f4b4a (patch)
tree18bf59ca10ca72cc018e162d0391f7412bd87625 /sys-devel
parentAdding ~amd64 (diff)
downloadgentoo-2-85294470e46788f41e7964f6fcd36c34b96f4b4a.tar.gz
gentoo-2-85294470e46788f41e7964f6fcd36c34b96f4b4a.tar.bz2
gentoo-2-85294470e46788f41e7964f6fcd36c34b96f4b4a.zip
touchup help output
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'sys-devel')
-rwxr-xr-xsys-devel/crossdev/files/crossdev13
1 files changed, 5 insertions, 8 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index af62742f5786..f6a3fc278118 100755
--- a/sys-devel/crossdev/files/crossdev
+++ b/sys-devel/crossdev/files/crossdev
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.36 2005/10/08 16:58:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.37 2005/10/11 03:25:05 vapier Exp $
cd /
@@ -22,17 +22,16 @@ die() {
usage() {
cat << EOF
-
Usage: ${HILITE}crossdev${NORMAL} ${GOOD}[options]${NORMAL} ${BRACKET}--target TARGET${NORMAL}
-${GOOD}Options${NORMAL}:
+Options:
${GOOD}--b, --binutils${NORMAL} ver Specify version of binutils to use
${GOOD}--g, --gcc${NORMAL} ver Specify version of gcc to use
${GOOD}--k, --kernel${NORMAL} ver Specify version of kernel headers to use
${GOOD}--l, --libc${NORMAL} ver Specify version of libc to use
${GOOD}-C, --clean${NORMAL} target Uninstall specified target
${GOOD}-b, -d, -p, -v${NORMAL} Options to pass to emerge (see emerge(1))
-Basic Targets:
+Stage Options:
${GOOD}-s0, --stage0${NORMAL} Build just binutils
${GOOD}-s1, --stage1${NORMAL} Also build a C compiler (no libc/C++)
${GOOD}-s2, --stage2${NORMAL} Also build kernel headers
@@ -140,12 +139,10 @@ parse_target() {
s390 / s390x
sh / sh[1-5] / sh64
x86_64 (amd64)
-
Supported C Libraries:
gnu (glibc)
- klibc
- uclibc [not all arches are ported]
-
+ klibc [prob wont work]
+ uclibc [not all arches are ported]
Special Targets:
avr
msp430