From: John Hodge Date: Mon, 25 Aug 2014 04:56:39 +0000 (+0800) Subject: Config - Save native CXX variable X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=f8c904ed88c0722b1e99baaf2c6c0fb7597a3be9 Config - Save native CXX variable --- diff --git a/Makefile.cfg b/Makefile.cfg index daa9d949..29f13466 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -8,6 +8,7 @@ ACESSDIR := $(shell cd $(ACESSDIR) && pwd) # Install destination configuration DISTROOT := -i $(ACESSDIR)/Acess2.img ::/Acess2 NCC := $(CC) +NCXX := $(CXX) xCP := mcopy -D o xMKDIR := mmd -D s