aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-09-16 23:28:59 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-09-16 23:28:59 +0200
commit8952a5286dd67de883700cb238b225849d7b1aa9 (patch)
tree88ec9443028b3afe04b378998488c31511e20c5e
parentgenkernel: bump to v4.0.0_beta17 (diff)
downloadgenkernel-8952a528.tar.gz
genkernel-8952a528.tar.bz2
genkernel-8952a528.zip
gen_funcs.sh: Add tc-getBUILD_CXX() function
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rwxr-xr-xgen_funcs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/gen_funcs.sh b/gen_funcs.sh
index f835220..9e7d573 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -1096,6 +1096,10 @@ tc-getBUILD_CC() {
tc-getBUILD_PROG CC gcc "$@"
}
+tc-getBUILD_CXX() {
+ tc-getBUILD_PROG CXX g++ "$@"
+}
+
tc-getCC() {
tc-getPROG CC gcc "$@"
}