summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-29 08:51:39 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-29 08:51:39 +0000
commitce8e106147f7697285ef740dde39541f4f7e7187 (patch)
tree19eef65695ec9d0bb9a2152afe6bac0598dc4238 /GNUmakefile
parentdd6b53792ce52a8e10d85d4420f3946d87419d44 (diff)
downloadcryptopp-ce8e106147f7697285ef740dde39541f4f7e7187.tar.gz
fix compile on GCC 4.4 and greater
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@512 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b6d1c83..164ed7d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -34,7 +34,7 @@ ifneq ($(GCC42_OR_LATER),0)
ifeq ($(UNAME),Darwin)
CXXFLAGS += -arch x86_64 -arch i386
else
-CXXFLAGS += -march=native -mtune=native
+CXXFLAGS += -march=native
endif
endif