aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Zakharenko <earwin@gmail.com>2015-07-18 01:27:03 +0200
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-09-10 19:57:03 -0400
commitafa28be3ef2d87c4f8c88593156d40f1177d149e (patch)
treeace23b63bf0c443b30833c6a523530f94098f1e0
parentcab15655f31f00b6bc293a7a9d44c3df29f8e445 (diff)
transceiver/x86: don’t use -march=native to build x86 specialized code
when this option is used, it is impossible to cross-compile for x86 variants like atom.
-rw-r--r--Transceiver52M/x86/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/x86/Makefile.am b/Transceiver52M/x86/Makefile.am
index e880351..6ac3e28 100644
--- a/Transceiver52M/x86/Makefile.am
+++ b/Transceiver52M/x86/Makefile.am
@@ -1,5 +1,5 @@
if !ARCH_ARM
-AM_CFLAGS = -Wall -std=gnu99 -march=native -I../common
+AM_CFLAGS = -Wall -std=gnu99 -I../common
noinst_LTLIBRARIES = libarch.la