aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Chupin <pavel.v.chupin@intel.com>2013-05-22 16:04:25 +0400
committerPavel Chupin <pavel.v.chupin@intel.com>2013-05-22 16:13:45 +0400
commit7fea44a379d6700cdfe69bd1f166cad4be955cf7 (patch)
tree80fe62abf38c2c19e424db796435c81e4e03474a
parent930cbea75a17bac5f0a130de71a49ffe8cae896e (diff)
downloadbuild-7fea44a379d6700cdfe69bd1f166cad4be955cf7.tar.gz
Replace -march=atom with -march=x86-64 for better host compatibility
Change-Id: Iefaa3ed65333c58484975326bfadd47ddaa92ce3 Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 46c090d..dc57ffa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -484,7 +484,7 @@ GCC_CONFIG_ARGS += --with-arch=i686 --with-tune=atom --with-fpmath=sse
endif
ifeq ($(target_cpu),x86_64)
-GCC_CONFIG_ARGS += --with-arch=atom --with-tune=atom --with-fpmath=sse \
+GCC_CONFIG_ARGS += --with-arch=x86-64 --with-tune=atom --with-fpmath=sse \
--with-multilib-list=m32,m64,mx32
endif