development
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1105 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
f5d6a078c7
commit
6b9e823237
|
@ -72,6 +72,7 @@ CSRC = ${PORTSRC} \
|
|||
../../os/various/evtimer.c \
|
||||
board.c main.c
|
||||
|
||||
|
||||
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
|
||||
# setting.
|
||||
CPPSRC =
|
||||
|
@ -116,7 +117,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
|
|||
|
||||
MCU = cortex-m3
|
||||
|
||||
TRGT = arm-none-eabi-
|
||||
TRGT = arm-elf-
|
||||
CC = $(TRGT)gcc
|
||||
CPPC = $(TRGT)g++
|
||||
# Enable loading with g++ only if you need C++ runtime support.
|
||||
|
|
Loading…
Reference in New Issue