From 85dad367d8bcbadd95d9d2007c4dc892ef373eae Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 12 Jul 2011 14:29:41 +0000 Subject: output correct kernel directory for amd64-fbsd in tc-arch-kernel, bug #374893 --- eclass/toolchain-funcs.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass/toolchain-funcs.eclass') 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'. -- cgit v1.2.3-65-gdbad