need to ignore mips for the multilib spec hack
authorMike Frysinger <vapier@gentoo.org>
Tue, 20 Sep 2005 02:31:38 +0000 (02:31 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 20 Sep 2005 02:31:38 +0000 (02:31 +0000)
eclass/toolchain.eclass

index aa3c1332f2927239285d531d3ba1dc597fe302a3..30d1a509ebff6726e1c2b415307375fbd3e295dd 100644 (file)
@@ -1,6 +1,6 @@
 # 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"
@@ -2006,6 +2006,7 @@ gcc_crosscompile_multilib_specs() {
                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"