From c9400a7dc3b6e1ced9812550bdeaba42f31df6e4 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Mon, 29 Feb 2016 02:11:49 +0000 Subject: [PATCH] config: provide RUMPRUN_CXX --- build-rr.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5