From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-411289-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RdTMk-0004eB-RZ for garchives@archives.gentoo.org; Wed, 21 Dec 2011 21:06:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54D9B21C211; Wed, 21 Dec 2011 21:06:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 290D621C221 for <gentoo-commits@lists.gentoo.org>; Wed, 21 Dec 2011 21:06:15 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 795A11B4029 for <gentoo-commits@lists.gentoo.org>; Wed, 21 Dec 2011 21:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E85448004C for <gentoo-commits@lists.gentoo.org>; Wed, 21 Dec 2011 21:06:13 +0000 (UTC) From: "Mike Frysinger" <vapier@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org> Message-ID: <66ffc1d1c005e4711190c1d5fbdf5de1c1514ece.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 66ffc1d1c005e4711190c1d5fbdf5de1c1514ece Date: Wed, 21 Dec 2011 21:06:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 96f46e15-0b2f-4e6e-a6e5-b8218eab06ab X-Archives-Hash: 37bf6df7a758c40e52a5163ca797bdbf commit: 66ffc1d1c005e4711190c1d5fbdf5de1c1514ece Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Wed Dec 21 20:32:22 2011 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Wed Dec 21 21:02:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/crossdev.git;= a=3Dcommit;h=3D66ffc1d1 crossdev: add msp430 specific packages The msp430 target has a lot of out of tree patches so none of the GNU mainline packages work with it. Switch to the custom ebuilds. Signed-off-by: Tim Harder <radhermit <AT> gentoo.org> Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> --- crossdev | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/crossdev b/crossdev index 2fd4e7d..9362ce2 100755 --- a/crossdev +++ b/crossdev @@ -191,7 +191,13 @@ parse_target() { LCAT=3D"dev-util"; LPKG=3D"mingw-runtime";; =20 msp430) - STAGE_DEFAULT=3D${STAGE_BINUTILS};; + KCAT=3D"dev-embedded"; KPKG=3D"msp430mcu"; + BCAT=3D"dev-embedded"; BPKG=3D"msp430-binutils"; + GCAT=3D"dev-embedded"; GPKG=3D"msp430-gcc"; + LCAT=3D"dev-embedded"; LPKG=3D"msp430-libc"; + DCAT=3D"dev-embedded"; DPKG=3D"msp430-gdb"; + GUSE=3D"-fortran -openmp"; + WITH_DEF_HEADERS=3D"no";; =20 nios2*) BPKG=3D"binutils-nios2";