Compile for arm target.
[bertos.git] / config.mk
index a7bf757fa88f8f7ee7ec131f88cbd55c8be2ee94..604cd639b6d23374bf2d24a59547a7c58b9a427f 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -77,7 +77,7 @@ DEBUGCFLAGS = -ggdb
 #
 # define some variables based on the AVR base path in $(AVR)
 #
-CROSS   = #avr-
+CROSS   = arm-elf-
 CC      = $(CROSS)gcc
 CXX     = $(CROSS)g++
 AS      = $(CC) -x assembler-with-cpp