summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-01-06 16:32:32 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-01-06 16:32:32 +0000
commitc42b2a51fbb3e2977843aa4fcbcc58bbafff58c4 (patch)
tree8e19108bacef6279a915e44509ff5d7a8f2a9c06 /sys-devel/crossdev/files
parents/einfo/elog/ (diff)
downloadgentoo-2-c42b2a51fbb3e2977843aa4fcbcc58bbafff58c4.tar.gz
gentoo-2-c42b2a51fbb3e2977843aa4fcbcc58bbafff58c4.tar.bz2
gentoo-2-c42b2a51fbb3e2977843aa4fcbcc58bbafff58c4.zip
Cleanup cell/ps3 section
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'sys-devel/crossdev/files')
-rwxr-xr-xsys-devel/crossdev/files/crossdev6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index 7924c7fcc845..e4c08046cfaa 100755
--- a/sys-devel/crossdev/files/crossdev
+++ b/sys-devel/crossdev/files/crossdev
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2006 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.83 2006/12/26 21:47:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.84 2007/01/06 16:32:32 lu_zero Exp $
cd /
umask 0022 #159111
@@ -140,12 +140,10 @@ parse_target() {
${CROSSDEV} -t spu-elf || exit 1
exit 0;;
spu*) TARCH=ppc64;
- GVER="4.3.0_alpha20061111"; BVER="2.17.50.0.7";
KPKG="[none]";
LPKG="newlib";;
ppu*) TARCH=ppc64;
- CPRE=powerpc64;
- GVER="4.3.0_alpha20061111"; BVER="2.17.50.0.7";;
+ CPRE=powerpc64;;
ps2*) einfo "The ps2 target is really an alias for the ee/iop/dvp targets"
${CROSSDEV} -t ee || exit 1