diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-29 04:13:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-29 04:13:10 +0000 |
commit | 6578f7ac45fa0efb39de0ad0a5d9245acb6984db (patch) | |
tree | d8c077826c9e51f6fbdc1fdd0be0004a7c8c0e6f /eclass | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-6578f7ac45fa0efb39de0ad0a5d9245acb6984db.tar.gz gentoo-2-6578f7ac45fa0efb39de0ad0a5d9245acb6984db.tar.bz2 gentoo-2-6578f7ac45fa0efb39de0ad0a5d9245acb6984db.zip |
tc-getGCJ
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-funcs.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 7a78cf14f1c9..08a6adb8e7c4 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.7 2004/10/28 15:30:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.8 2004/10/29 04:13:10 vapier Exp $ # # Author: Toolchain Ninjas <ninjas@gentoo.org> # @@ -56,6 +56,8 @@ tc-getNM() { tc-getPROG NM nm; } tc-getRANLIB() { tc-getPROG RANLIB ranlib; } # Returns the name of the fortran compiler tc-getF77() { tc-getPROG F77 f77; } +# Returns the name of the java compiler +tc-getGCJ() { tc-getPROG GCJ gcj; } # Returns the name of the C compiler for build tc-getBUILD_CC() { |