Merge branch 'fresh_chibios_2nd' of https://github.com/rusefi/rusefi into fresh_chibios_2nd

This commit is contained in:
rusefi 2017-03-30 00:13:23 -04:00
commit ed129878c3
1 changed files with 2 additions and 2 deletions

View File

@ -210,8 +210,8 @@ CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.
# NOTE: You can use C++ even without C++ support if you are careful. C++
# runtime support makes code size explode.
LD = $(TRGT)gcc
#LD = $(TRGT)g++
#LD = $(TRGT)gcc
LD = $(TRGT)g++
CP = $(TRGT)objcopy
AS = $(TRGT)gcc -x assembler-with-cpp
AR = $(TRGT)ar