# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.191 2005/09/20 02:15:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.192 2005/09/20 02:31:38 vapier Exp $
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
config="sparc/t-linux64"
libdirs=". sparc32"
;;
+ mips) return 0;;
*)
eerror "Invalid multilib arch ($(tc-arch)) in gcc_crosscompile_multilib_specs"
die "Invalid multilib arch ($(tc-arch)) in gcc_crosscompile_multilib_specs"