From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4E7721381F3 for ; Fri, 28 Jun 2013 05:14:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C5B2E08E1; Fri, 28 Jun 2013 05:14:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B69C3E08E1 for ; Fri, 28 Jun 2013 05:14:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAE0933E7CC for ; Fri, 28 Jun 2013 05:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5E21EE468F for ; Fri, 28 Jun 2013 05:14:05 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1372396440.0585bdd45b3aa4b91da531f3499f9b5469e852a1.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: 0585bdd45b3aa4b91da531f3499f9b5469e852a1 X-VCS-Branch: master Date: Fri, 28 Jun 2013 05:14:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b39b91b-1ee8-4c93-bc83-d8d25dc3c39d X-Archives-Hash: 3015e8a595fb84abf69e60fc60620a8a commit: 0585bdd45b3aa4b91da531f3499f9b5469e852a1 Author: Mike Frysinger gentoo org> AuthorDate: Fri Jun 28 05:14:00 2013 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Jun 28 05:14:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=0585bdd4 crossdev: add tile to the mix Signed-off-by: Mike Frysinger gentoo.org> --- crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index f989556..0ce3885 100755 --- a/crossdev +++ b/crossdev @@ -175,7 +175,7 @@ parse_target() { CTARGET="${CTARGET}-ibm-linux-gnu";; arm*) CTARGET="${CTARGET}-unknown-linux-gnueabi";; - aarch64*|alpha*|cris*|hppa*|ia64*|m68*|mips*|powerpc*|sparc*|sh*) + aarch64*|alpha*|cris*|hppa*|ia64*|m68*|mips*|powerpc*|sparc*|sh*|tile*) CTARGET="${CTARGET}-unknown-linux-gnu";; bfin*|h8300*|nios2*|spu*|xc16x*) CTARGET="${CTARGET}-elf";;