summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-07-12 14:29:41 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-07-12 14:29:41 +0000
commit12174e980ede7c7c05ebf09e492f8856be0207af (patch)
treeb6f19269f618ee1e60ddf14cd585425c4fd74b8e /eclass/toolchain-funcs.eclass
parentCopy Portage's code for has -function to tests-common.sh. None of the eclasse... (diff)
downloadgentoo-2-12174e980ede7c7c05ebf09e492f8856be0207af.tar.gz
gentoo-2-12174e980ede7c7c05ebf09e492f8856be0207af.tar.bz2
gentoo-2-12174e980ede7c7c05ebf09e492f8856be0207af.zip
output correct kernel directory for amd64-fbsd in tc-arch-kernel, bug #374893
Diffstat (limited to 'eclass/toolchain-funcs.eclass')
-rw-r--r--eclass/toolchain-funcs.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
index 63fa9446ba96..d5bf7232ac6c 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.103 2010/10/28 04:16:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.104 2011/07/12 14:29:41 aballier Exp $
# @ECLASS: toolchain-funcs.eclass
# @MAINTAINER:
@@ -305,6 +305,7 @@ ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; }
|| echo sparc
;;
vax*) echo vax;;
+ x86_64*freebsd*) echo amd64;;
x86_64*)
# Starting with linux-2.6.24, the 'x86_64' and 'i386'
# trees have been unified into 'x86'.