Skip to content

Commit

Permalink
Use C++ compiler for all source files (PR #733)
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Nov 16, 2018
1 parent 2d2f69c commit 0ac7b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile-cross
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ac7b25

Please sign in to comment.