Tools/NetTest - Add TCP retransmit test
[tpg/acess2.git] / Makefile.cfg
index 29f1346..1eedf8e 100644 (file)
@@ -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))

UCC git Repository :: git.ucc.asn.au