summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/config.host b/gcc/config.host
index b36066f44e5..4547864d9c1 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -97,11 +97,8 @@ esac
case ${host} in
i[34567]86-*-* \
| x86_64-*-* )
- # include the support for -march=native only when not cross compiling
- if test x${host} = x${target} ; then
- host_extra_gcc_objs="driver-i386.o"
- host_xmake_file="${host_xmake_file} i386/x-i386"
- fi
+ host_extra_gcc_objs="driver-i386.o"
+ host_xmake_file="${host_xmake_file} i386/x-i386"
;;
esac