From 0ac7b252213cac5a9be61f45319d90f9cf207150 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 15 Nov 2018 19:13:28 -0500 Subject: [PATCH] Use C++ compiler for all source files (PR #733) --- GNUmakefile-cross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile-cross b/GNUmakefile-cross index 3fa021073..c5404c6c6 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -565,7 +565,7 @@ ifeq ($(wildcard GNUmakefile.deps),GNUmakefile.deps) endif # Dependencies cpu-features.o: cpu-features.h cpu-features.c - $(CC) $(strip $(CXXFLAGS) -fpermissive -c) cpu-features.c + $(CXX) $(strip $(CXXFLAGS) -fpermissive -c) cpu-features.c # Cryptogams ARM asm implementation. aes_armv4.o : aes_armv4.S