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
commit85dad367d8bcbadd95d9d2007c4dc892ef373eae (patch)
tree0209bd11e8d884b47c5ee75a55a5a693c1e32aa3 /eclass/toolchain-funcs.eclass
parentCopy Portage's code for has -function to tests-common.sh. None of the eclasse... (diff)
downloadhistorical-85dad367d8bcbadd95d9d2007c4dc892ef373eae.tar.gz
historical-85dad367d8bcbadd95d9d2007c4dc892ef373eae.tar.bz2
historical-85dad367d8bcbadd95d9d2007c4dc892ef373eae.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'.