From 373bdd3ef9583e75b5eca6f03b9bcd35f84ca52f Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 29 Mar 2017 23:59:59 -0400 Subject: [PATCH] progress --- win32_functional_tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32_functional_tests/Makefile b/win32_functional_tests/Makefile index b104bad50b..a6caec3359 100644 --- a/win32_functional_tests/Makefile +++ b/win32_functional_tests/Makefile @@ -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