Use C++ compiler for all source files (PR #733)

pull/748/head
Jeffrey Walton 2018-11-15 19:13:28 -05:00
parent 2d2f69c235
commit 0ac7b25221
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -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