From 9c4b53923283fdf92682a54c2950de5ef98537f6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 22 Jul 2007 19:56:37 +0000 Subject: add avr to the arch list --- eclass/toolchain-funcs.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 8c20cd9ebd96..e13c419f6e26 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.71 2007/07/11 04:06:29 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.72 2007/07/22 19:56:37 vapier Exp $ # # Maintainer: Toolchain Ninjas # @@ -124,6 +124,7 @@ ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; } case ${host} in alpha*) echo alpha;; arm*) echo arm;; + avr*) ninj avr32 avr;; bfin*) ninj blackfin bfin;; cris*) echo cris;; hppa*) ninj parisc hppa;; -- cgit v1.2.3-65-gdbad