From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OmT8h-0000SY-JK for garchives@archives.gentoo.org; Fri, 20 Aug 2010 15:04:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAE8AE091F; Fri, 20 Aug 2010 15:04:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 86D9DE091F for ; Fri, 20 Aug 2010 15:04:13 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1453E1B415B for ; Fri, 20 Aug 2010 15:04:13 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 674) id 9B8EE2004C; Fri, 20 Aug 2010 15:04:11 +0000 (UTC) From: "Donnie Berkholz (dberkholz)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dberkholz@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain-funcs.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: toolchain-funcs.eclass X-VCS-Directories: eclass X-VCS-Committer: dberkholz X-VCS-Committer-Name: Donnie Berkholz Content-Type: text/plain; charset=utf8 Message-Id: <20100820150411.9B8EE2004C@flycatcher.gentoo.org> Date: Fri, 20 Aug 2010 15:04:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 79470284-2e44-49f0-b944-fdd0e58417be X-Archives-Hash: 60222c04a2ea2387de79055425c5a7fc dberkholz 10/08/20 15:04:11 Modified: toolchain-funcs.eclass Log: Make tc-getF77() fall back to the gcc-provided gfortran, not some nonex= istent 'f77'. Revision Changes Path 1.101 eclass/toolchain-funcs.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-f= uncs.eclass?rev=3D1.101&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-f= uncs.eclass?rev=3D1.101&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-f= uncs.eclass?r1=3D1.100&r2=3D1.101 Index: toolchain-funcs.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- toolchain-funcs.eclass 23 May 2010 02:00:17 -0000 1.100 +++ toolchain-funcs.eclass 20 Aug 2010 15:04:11 -0000 1.101 @@ -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.100= 2010/05/23 02:00:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.101= 2010/08/20 15:04:11 dberkholz Exp $ =20 # @ECLASS: toolchain-funcs.eclass # @MAINTAINER: @@ -79,7 +79,7 @@ # @FUNCTION: tc-getF77 # @USAGE: [toolchain prefix] # @RETURN: name of the Fortran 77 compiler -tc-getF77() { tc-getPROG F77 f77 "$@"; } +tc-getF77() { tc-getPROG F77 gfortran "$@"; } # @FUNCTION: tc-getFC # @USAGE: [toolchain prefix] # @RETURN: name of the Fortran 90 compiler