Disk size is computed by driver.
[bertos.git] / config.mk
index a3fd6417829ee1321b5698accb83eb0347ed9110..8c857e4372402a2cedffa1f4954ec1e2cbac0b3c 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -49,13 +49,13 @@ DEBUGCFLAGS = -ggdb
 #
 # define some variables based on the AVR base path in $(AVR)
 #
-CROSS   = avr-
-CC      = $(CROSS)gcc
-CXX     = $(CROSS)g++
+#CROSS   = avr-
+CC      = gcc
+CXX     = g++
 AS      = $(CC) -x assembler-with-cpp
 LD      = $(CC)
-OBJCOPY = $(CROSS)objcopy
-STRIP   = $(CROSS)strip
+OBJCOPY = objcopy
+STRIP   = strip
 INSTALL = cp -a
 RM      = rm -f
 RM_R    = rm -rf