summaryrefslogtreecommitdiff
blob: fc2bd5cae10ad6cea55b943d531a015e9c25e125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/jni/GNUmakefile b/jni/GNUmakefile
index 7a027af..eaba319 100755
--- a/jni/GNUmakefile
+++ b/jni/GNUmakefile
@@ -188,9 +188,6 @@ endif
 
 ifeq ($(CPU), i386)
   MODEL = 32
-  ifeq ($(findstring $(OS), openbsd darwin mingw32 win32),)
-    CFLAGS += -march=i586 -mtune=generic
-  endif
 endif
 
 ifeq ($(CPU), amd64)