X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=config.mk;h=604cd639b6d23374bf2d24a59547a7c58b9a427f;hb=4fff2b5aec13bb0b46d17e336a988a2212ec2104;hp=a7bf757fa88f8f7ee7ec131f88cbd55c8be2ee94;hpb=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a;p=bertos.git diff --git a/config.mk b/config.mk index a7bf757f..604cd639 100644 --- a/config.mk +++ b/config.mk @@ -77,7 +77,7 @@ DEBUGCFLAGS = -ggdb # # define some variables based on the AVR base path in $(AVR) # -CROSS = #avr- +CROSS = arm-elf- CC = $(CROSS)gcc CXX = $(CROSS)g++ AS = $(CC) -x assembler-with-cpp