]> git.pld-linux.org Git - packages/cryptopp.git/blob - cryptopp-opt.patch
- updated to 8.9.0
[packages/cryptopp.git] / cryptopp-opt.patch
1 --- cryptopp-5.6.5/GNUmakefile.orig     2017-10-17 02:56:28.000000000 +0200
2 +++ cryptopp-5.6.5/GNUmakefile  2017-12-23 23:15:44.213704213 +0100
3 @@ -127,9 +127,9 @@
4  
5  # Guard use of -march=native
6  ifeq ($(GCC42_OR_LATER)$(IS_NETBSD),10)
7 -   CXXFLAGS += -march=native
8 +   #CXXFLAGS += -march=native
9  else ifneq ($(CLANG_COMPILER)$(INTEL_COMPILER),00)
10 -   CXXFLAGS += -march=native
11 +   #CXXFLAGS += -march=native
12  else
13    # GCC 3.3 and "unknown option -march="
14    # Ubuntu GCC 4.1 compiler crash with -march=native
This page took 0.064823 seconds and 3 git commands to generate.