Restore corret version of config file.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 12 Mar 2008 14:19:11 +0000 (14:19 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 12 Mar 2008 14:19:11 +0000 (14:19 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1176 38d2e660-2303-0410-9eaa-f027e97ec537

config.mk

index 452801741dd668aeb3f14f68cf2f3289db729058..5ace0dbdf4c0f90ac29b5b1553ecadb5ca9090d4 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -30,13 +30,14 @@ 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
+LDXX   = $(CXX)
+OBJCOPY = objcopy
+STRIP   = strip
 INSTALL = cp -a
 RM      = rm -f
 RM_R    = rm -rf
@@ -83,7 +84,7 @@ endif
 WARNFLAGS = \
        -W -Wformat -Wall -Wundef -Wpointer-arith -Wcast-qual \
        -Wcast-align -Wwrite-strings -Wsign-compare \
-       -Wmissing-prototypes -Wmissing-noreturn \
+       -Wmissing-noreturn \
        -Wextra -Wstrict-aliasing=2 \
 #      -Wunsafe-loop-optimizations