Subject: Do not use march=native compiler flags
Author: Bastien ROUCARIÈS <roucariès.bastien+debian@gmail.com>

Bug-Debian: https://bugs.debian.org/768995
Forwarded: not-needed
--- a/m4/sxe-compiler.m4
+++ b/m4/sxe-compiler.m4
@@ -415,12 +415,13 @@
 			## don't bother
 			;;
 		(*)
-			SXE_CHECK_COMPILER_FLAG([-xHost], [
-				optiflags="${optiflags} -xHost"], [
-				## non-icc
-				SXE_CHECK_COMPILER_FLAG([-mtune=native -march=native], [
-					optiflags="${optiflags} -mtune=native -march=native"])
-			])
+			## don't bother
+			# SXE_CHECK_COMPILER_FLAG([-xHost], [
+			# 	optiflags="${optiflags} -xHost"], [
+			# 	## non-icc
+			# 	SXE_CHECK_COMPILER_FLAG([-mtune=native -march=native], [
+			# 		optiflags="${optiflags} -mtune=native -march=native"])
+			# ])
 			;;
 		esac
 	fi
