summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/default/Makefile
diff options
context:
space:
mode:
authorsicarius <devnull@localhost>2007-02-17 01:35:01 +0100
committersicarius <devnull@localhost>2007-02-17 01:35:01 +0100
commit4a2ba4b7105d168932163cbd07a062fdf2ba00e9 (patch)
tree1891a3eab64be1ae1a31e1b882ad9e6ce356620e /source/Concept/Framework/default/Makefile
parent37d4d23f1dca88b6d074fb09739c9ae071551694 (diff)
downloadrc2007-soccer-4a2ba4b7105d168932163cbd07a062fdf2ba00e9.tar
rc2007-soccer-4a2ba4b7105d168932163cbd07a062fdf2ba00e9.zip
+++ enhanced framework hardware interface
Diffstat (limited to 'source/Concept/Framework/default/Makefile')
-rw-r--r--source/Concept/Framework/default/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Concept/Framework/default/Makefile b/source/Concept/Framework/default/Makefile
index ca32983..20eef5c 100644
--- a/source/Concept/Framework/default/Makefile
+++ b/source/Concept/Framework/default/Makefile
@@ -6,14 +6,14 @@
PROJECT = RoboCode
MCU = atmega128
TARGET = RoboCode.elf
-CC = avr-gcc.exe
+CC = avr-g++.exe
## Options common to compile, link and assembly rules
COMMON = -mmcu=$(MCU)
## Compile options common for all C compilation units.
CFLAGS = $(COMMON)
-CFLAGS += -Wall -gdwarf-2 -O0
+CFLAGS += -Wall -gdwarf-2 -DF_CPU=16000000ULUL -O3 -fsigned-char
CFLAGS += -MD -MP -MT $(*F).o -MF dep/$(@F).d
## Assembly specific flags