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 BBDF81381F3 for ; Tue, 14 May 2013 20:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B8D0E084A; Tue, 14 May 2013 20:40:37 +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 D4868E084A for ; Tue, 14 May 2013 20:40:36 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFB0833E00F for ; Tue, 14 May 2013 20:40:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 7BC542171D; Tue, 14 May 2013 20:40:34 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain-funcs.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: toolchain-funcs.eclass X-VCS-Directories: eclass X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130514204034.7BC542171D@flycatcher.gentoo.org> Date: Tue, 14 May 2013 20:40:34 +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: f78d0ea9-ea0a-4612-a3ce-759ea68a081c X-Archives-Hash: 1a623eb5f70003fd2b4a796154ffecf1 vapier 13/05/14 20:40:34 Modified: toolchain-funcs.eclass Log: tc-arch: add more targets that are in at least linux-3.9 Revision Changes Path 1.121 eclass/toolchain-funcs.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-funcs.eclass?rev=1.121&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-funcs.eclass?rev=1.121&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-funcs.eclass?r1=1.120&r2=1.121 Index: toolchain-funcs.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- toolchain-funcs.eclass 29 Dec 2012 05:08:54 -0000 1.120 +++ toolchain-funcs.eclass 14 May 2013 20:40:34 -0000 1.121 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.120 2012/12/29 05:08:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.121 2013/05/14 20:40:34 vapier Exp $ # @ECLASS: toolchain-funcs.eclass # @MAINTAINER: @@ -367,7 +367,10 @@ arm*) echo arm;; avr*) ninj avr32 avr;; bfin*) ninj blackfin bfin;; + c6x) echo c6x;; cris*) echo cris;; + frv) echo frv;; + hexagon) echo hexagon;; hppa*) ninj parisc hppa;; i?86*) # Starting with linux-2.6.24, the 'x86_64' and 'i386' @@ -381,9 +384,11 @@ ;; ia64*) echo ia64;; m68*) echo m68k;; + metag) echo metag;; mips*) echo mips;; nios2*) echo nios2;; nios*) echo nios;; + or32) echo openrisc;; powerpc*) # Starting with linux-2.6.15, the 'ppc' and 'ppc64' trees # have been unified into simply 'powerpc', but until 2.6.16, @@ -405,6 +410,7 @@ fi ;; s390*) echo s390;; + score) echo score;; sh64*) ninj sh64 sh;; sh*) echo sh;; sparc64*) ninj sparc64 sparc;; @@ -412,6 +418,7 @@ && ninj sparc64 sparc \ || echo sparc ;; + tile*) echo tile;; vax*) echo vax;; x86_64*freebsd*) echo amd64;; x86_64*) @@ -423,6 +430,7 @@ ninj x86_64 amd64 fi ;; + xtensa*) echo xtensa;; # since our usage of tc-arch is largely concerned with # normalizing inputs for testing ${CTARGET}, let's filter