When there is only one toolchain for the specified architecture the wizard selects...
[bertos.git] / bertos / config.mk
index c6a42a6ad55e9b75f0cf59995e9f53a359bc7deb..9a62e2fd40f1079b00adc03dd86839e98f0b20f1 100644 (file)
@@ -25,9 +25,9 @@ DEBUGCFLAGS = -ggdb
 #
 # define some variables based on the AVR base path in $(AVR)
 #
-#CROSS   = avr-
 CC      = gcc
 CXX     = g++
+AR      = ar
 AS      = $(CC) -x assembler-with-cpp
 LD      = $(CC)
 LDXX   = $(CXX)
@@ -112,3 +112,6 @@ AVRDUDEFLAGS = $(DPROG)
 
 # additional libs
 LIB = -lm
+
+# Archiver flags
+ARFLAGS = rcs