Refactor to not have toolchain in path; Now a specific flash project_HOSTED is needed...
[bertos.git] / examples / test / armtest.mk
index 06a643ccd045b8bba3aa7886ae2eb6d8de2c2e0c..9d2bc1aa8cdfce589bd55848d0b89fd6bb703585 100644 (file)
@@ -22,7 +22,7 @@ armtest_CSRC = $(arm_CSRC) examples/test/empty_main.c
 
 armtest_CPPASRC = $(arm_ASRC)
 
-armtest_CROSS = arm-none-eabi-
+armtest_PREFIX = arm-none-eabi-
 
 armtest_CPPAFLAGS = -O0 -g -gdwarf-2 -g -gen-debug
 armtest_CPPFLAGS = -O0 -D'ARCH=ARCH_NIGHTTEST' -D__ARM_AT91SAM7S256__ -g3 -gdwarf-2 -fverbose-asm -Iexamples/test -Ibertos/cpu/arm