X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=config.mk;h=5ace0dbdf4c0f90ac29b5b1553ecadb5ca9090d4;hb=351e7eedb652e50b5a335a5f37f930e191b96345;hp=452801741dd668aeb3f14f68cf2f3289db729058;hpb=cfd59c8655ed7268c9c48aa58560158d235bc0de;p=bertos.git diff --git a/config.mk b/config.mk index 45280174..5ace0dbd 100644 --- 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