From ca7bbb5efcfa33cc693a078ce26a8d7248d2fd57 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 28 Oct 2004 15:30:09 +0000 Subject: add fortran wrapper tc-getF77 --- eclass/toolchain-funcs.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 15dad08c1dbd..7a78cf14f1c9 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.6 2004/10/26 13:01:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.7 2004/10/28 15:30:09 vapier Exp $ # # Author: Toolchain Ninjas # @@ -54,6 +54,8 @@ tc-getLD() { tc-getPROG LD ld; } tc-getNM() { tc-getPROG NM nm; } # Returns the name of the archiver indexer tc-getRANLIB() { tc-getPROG RANLIB ranlib; } +# Returns the name of the fortran compiler +tc-getF77() { tc-getPROG F77 f77; } # Returns the name of the C compiler for build tc-getBUILD_CC() { -- cgit v1.2.3-65-gdbad