diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-01-06 16:32:32 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-01-06 16:32:32 +0000 |
commit | c42b2a51fbb3e2977843aa4fcbcc58bbafff58c4 (patch) | |
tree | 8e19108bacef6279a915e44509ff5d7a8f2a9c06 /sys-devel | |
parent | s/einfo/elog/ (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-devel/crossdev/ChangeLog | 8 | ||||
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog index ac8c6b84e4ce..9cf139e797d2 100644 --- a/sys-devel/crossdev/ChangeLog +++ b/sys-devel/crossdev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/crossdev -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.45 2006/12/02 23:26:32 vapier Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.46 2007/01/06 16:32:32 lu_zero Exp $ + + 06 Jan 2007; Luca Barbato <lu_zero@gentoo.org> files/crossdev: + Cleanup cell/ps3 support, always use the latest snapshot for now, soon it + will appear a stable release 02 Dec 2006; Mike Frysinger <vapier@gentoo.org> crossdev-0.9.17-r2.ebuild: Force dev-util/unifdef to "fix" #155447. 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 |