From fbe5a7ea74464af2f54bd790ccef0ccc635fe829 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Sat, 27 Aug 2011 11:47:49 +0000 Subject: [PATCH] Hardwire compiler --- etc/Makefile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Makefile.template b/etc/Makefile.template index fd38cb4..4fa959c 100644 --- a/etc/Makefile.template +++ b/etc/Makefile.template @@ -4,7 +4,7 @@ # Descr: Makefile for @PROJECT@ # Definitions. -CC = @CC@ +CC = avr-gcc CFLAGS = -mmcu=atmega32u2 -Os -Wall -Wstrict-prototypes -Wextra -g @INCLUDES@ OBJCOPY = avr-objcopy SIZE = avr-size