From f8c904ed88c0722b1e99baaf2c6c0fb7597a3be9 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Mon, 25 Aug 2014 12:56:39 +0800 Subject: [PATCH] Config - Save native CXX variable --- Makefile.cfg | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1