diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-07-22 19:56:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-07-22 19:56:37 +0000 |
commit | 9c4b53923283fdf92682a54c2950de5ef98537f6 (patch) | |
tree | bd64f856324711db72f5974821ff3cb8352775cc /eclass | |
parent | Marked stable on amd64 as per bug 184941. (diff) | |
download | historical-9c4b53923283fdf92682a54c2950de5ef98537f6.tar.gz historical-9c4b53923283fdf92682a54c2950de5ef98537f6.tar.bz2 historical-9c4b53923283fdf92682a54c2950de5ef98537f6.zip |
add avr to the arch list
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-funcs.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
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 <toolchain@gentoo.org> # @@ -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;; |