This commit is contained in:
rusefi 2017-03-29 23:59:59 -04:00
parent be1ef72b43
commit 373bdd3ef9
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