summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-17 05:19:14 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-17 05:19:14 +0000
commitb77836f8056b6e0411134e08040f3c2a244f1fb2 (patch)
tree087ab212f2e7460882727e63f325fa2488756894 /sys-devel
parentremoving newline causing sed errors in src_install (diff)
downloadgentoo-2-b77836f8056b6e0411134e08040f3c2a244f1fb2.tar.gz
gentoo-2-b77836f8056b6e0411134e08040f3c2a244f1fb2.tar.bz2
gentoo-2-b77836f8056b6e0411134e08040f3c2a244f1fb2.zip
use gentoo as the vendor instead of pc
Diffstat (limited to 'sys-devel')
-rwxr-xr-xsys-devel/crossdev/files/crossdev4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index 1b0d83524a63..e595f821ded2 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.20 2005/04/18 06:30:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.21 2005/05/17 05:19:14 vapier Exp $
if [[ ${ROOT:-/} != "/" ]] ; then
echo "Sorry, but crossdev does not support ROOT."
@@ -40,7 +40,7 @@ ${GOOD}Options${NORMAL}:
${BRACKET}Target (-t)${NORMAL}:
The target takes the form: ${BRACKET}ARCH-VENDOR-OS-LIBC${NORMAL}
- Examples: arm-unknown-linux-gnu sh4-pc-linux-uclibc mips-pc-linux-uclibc
+ Examples: arm-unknown-linux-gnu sh4-gentoo-linux-uclibc mips-gentoo-linux-uclibc
EOF
exit ${1:-0}
}