X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile.cfg;h=1eedf8ec876cbaa7b9262f7b68b0c8d2c5a9f7dc;hb=3c283c4831c40c14d308a54cefb997832a860bca;hp=daa9d94940945bf9395e31052bb02aa70e5830e6;hpb=920d4ea51ca96d1f3dc286928417864ea1200f96;p=tpg%2Facess2.git diff --git a/Makefile.cfg b/Makefile.cfg index daa9d949..1eedf8ec 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 @@ -36,10 +37,12 @@ ifeq ($(ARCHDIR),) endif # Default compilers +ifneq ($(ARCHDIR),native) CC = $(COMPILERDIR)bin/$(TRIPLET)-gcc CXX = $(COMPILERDIR)bin/$(TRIPLET)-g++ LD = $(COMPILERDIR)bin/$(TRIPLET)-ld OBJDUMP = $(COMPILERDIR)bin/$(TRIPLET)-objdump +endif ifneq ($(ARCH),host) ifneq ($(ARCHDIR),$(ARCH))