X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile.cfg;fp=Makefile.cfg;h=1eedf8ec876cbaa7b9262f7b68b0c8d2c5a9f7dc;hb=94b8d7686d1da4e5338288f60910e6d8f68b5787;hp=29f13466531421896b3712e90d02fba67d1d46c0;hpb=45839988174ece2038ae9535012f58cc2678b352;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))