X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile.cfg;h=1eedf8ec876cbaa7b9262f7b68b0c8d2c5a9f7dc;hb=7da746abd4b6296322f6bf8b228d678098e1fd24;hp=29f13466531421896b3712e90d02fba67d1d46c0;hpb=f8c904ed88c0722b1e99baaf2c6c0fb7597a3be9;p=tpg%2Facess2.git diff --git a/Makefile.cfg b/Makefile.cfg index 29f13466..1eedf8ec 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -37,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))