Commit 39a8bd7b by Dominik Vogt Committed by Andreas Krebbel

S390: Clean up cross-compile for S390.

gcc/ChangeLog

	* config.host (s390*-*-*): Include driver-native.c only when
	building with s390* as host *and* target.

From-SVN: r226223
parent 9354f9e7
2015-07-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
* config.host (s390*-*-*): Include driver-native.c only when
building with s390* as host *and* target.
2015-07-25 Oleg Endo <olegendo@gcc.gnu.org> 2015-07-25 Oleg Endo <olegendo@gcc.gnu.org>
PR target/66930 PR target/66930
......
...@@ -173,8 +173,12 @@ case ${host} in ...@@ -173,8 +173,12 @@ case ${host} in
esac esac
;; ;;
s390-*-* | s390x-*-*) s390-*-* | s390x-*-*)
host_extra_gcc_objs="driver-native.o" case ${target} in
host_xmake_file="${host_xmake_file} s390/x-native" s390-*-* | s390x-*-*)
host_extra_gcc_objs="driver-native.o"
host_xmake_file="${host_xmake_file} s390/x-native"
;;
esac
;; ;;
sparc*-*-solaris2*) sparc*-*-solaris2*)
case ${target} in case ${target} in
......
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