From: Antti Kantee Date: Mon, 29 Feb 2016 02:11:49 +0000 (+0000) Subject: config: provide RUMPRUN_CXX X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c9400a7dc3b6e1ced9812550bdeaba42f31df6e4;p=osstest%2Frumprun.git config: provide RUMPRUN_CXX --- diff --git a/build-rr.sh b/build-rr.sh index 42f6631..8be96b6 100755 --- a/build-rr.sh +++ b/build-rr.sh @@ -380,6 +380,7 @@ export RUMPRUN_MKCONF="${RROBJ}/config.mk" export RUMPRUN_SHCONF="${RROBJ}/config.sh" export RUMPRUN_BAKE="${RRDEST}/bin/rumprun-bake" export RUMPRUN_CC="${RRDEST}/bin/${TOOLTUPLE}-gcc" +export RUMPRUN_CXX="${RRDEST}/bin/${TOOLTUPLE}-g++" export RUMPRUN="${RRDEST}/bin/rumprun" export RUMPSTOP="${RRDEST}/bin/rumpstop" EOF