1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.95 2009/09/02 20:08:31 grobian Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.96 2009/11/27 21:31:29 vapier Exp $ |
4 | |
4 | |
5 | # @ECLASS: toolchain-funcs.eclass |
5 | # @ECLASS: toolchain-funcs.eclass |
6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
7 | # Toolchain Ninjas <toolchain@gentoo.org> |
7 | # Toolchain Ninjas <toolchain@gentoo.org> |
8 | # @BLURB: functions to query common info about the toolchain |
8 | # @BLURB: functions to query common info about the toolchain |
… | |
… | |
86 | tc-getFC() { tc-getPROG FC gfortran "$@"; } |
86 | tc-getFC() { tc-getPROG FC gfortran "$@"; } |
87 | # @FUNCTION: tc-getGCJ |
87 | # @FUNCTION: tc-getGCJ |
88 | # @USAGE: [toolchain prefix] |
88 | # @USAGE: [toolchain prefix] |
89 | # @RETURN: name of the java compiler |
89 | # @RETURN: name of the java compiler |
90 | tc-getGCJ() { tc-getPROG GCJ gcj "$@"; } |
90 | tc-getGCJ() { tc-getPROG GCJ gcj "$@"; } |
|
|
91 | # @FUNCTION: tc-getPKG_CONFIG |
|
|
92 | # @USAGE: [toolchain prefix] |
|
|
93 | # @RETURN: name of the pkg-config tool |
|
|
94 | tc-getPKG_CONFIG() { tc-getPROG PKG_CONFIG pkg-config "$@"; } |
91 | |
95 | |
92 | # @FUNCTION: tc-getBUILD_CC |
96 | # @FUNCTION: tc-getBUILD_CC |
93 | # @USAGE: [toolchain prefix] |
97 | # @USAGE: [toolchain prefix] |
94 | # @RETURN: name of the C compiler for building binaries to run on the build machine |
98 | # @RETURN: name of the C compiler for building binaries to run on the build machine |
95 | tc-getBUILD_CC() { |
99 | tc-getBUILD_CC() { |