Commit 08bac9d8 by Bernd Schmidt Committed by Bernd Schmidt

config.host (i[34567]86-*-*, x86-64-*-*): Use driver-i386.o only if target is also an x86 variant.

	* config.host (i[34567]86-*-*, x86-64-*-*): Use driver-i386.o only if
	target is also an x86 variant.

From-SVN: r119543
parent db3cf6bd
2006-12-05 Bernd Schmidt <bernd.schmidt@analog.com>
* config.host (i[34567]86-*-*, x86-64-*-*): Use driver-i386.o only if
target is also an x86 variant.
2006-12-05 Richard Guenther <rguenther@suse.de> 2006-12-05 Richard Guenther <rguenther@suse.de>
* config/i386/i386.c (ix86_builtin_vectorized_function): Declare. * config/i386/i386.c (ix86_builtin_vectorized_function): Declare.
......
...@@ -97,9 +97,15 @@ esac ...@@ -97,9 +97,15 @@ esac
case ${host} in case ${host} in
i[34567]86-*-* \ i[34567]86-*-* \
| x86_64-*-* ) | x86_64-*-* )
case ${target} in
i[34567]86-*-* \
| x86_64-*-* )
host_extra_gcc_objs="driver-i386.o" host_extra_gcc_objs="driver-i386.o"
host_xmake_file="${host_xmake_file} i386/x-i386" host_xmake_file="${host_xmake_file} i386/x-i386"
;; ;;
esac
;;
esac esac
# Machine-specific settings. # Machine-specific settings.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment