git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
327dc45
)
Config - Save native CXX variable
author
John Hodge
<
[email protected]
>
Mon, 25 Aug 2014 04:56:39 +0000
(12:56 +0800)
committer
John Hodge
<
[email protected]
>
Mon, 25 Aug 2014 04:56:39 +0000
(12:56 +0800)
Makefile.cfg
patch
|
blob
|
history
diff --git
a/Makefile.cfg
b/Makefile.cfg
index
daa9d94
..
29f1346
100644
(file)
--- 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
UCC
git Repository :: git.ucc.asn.au