X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=config.mk;h=8c857e4372402a2cedffa1f4954ec1e2cbac0b3c;hb=8ed6318f92444e347d2043f585362bc4b1107f84;hp=a3fd6417829ee1321b5698accb83eb0347ed9110;hpb=d1e077a924a016900eb030c244e6bad5ca5d7f3e;p=bertos.git diff --git a/config.mk b/config.mk index a3fd6417..8c857e43 100644 --- 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