config.host: Append t-floattodi to tmake_file depending on host_address.

2014-03-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* config.host: Append t-floattodi to tmake_file depending on
	host_address.

From-SVN: r208868
This commit is contained in:
Andreas Krebbel 2014-03-27 15:40:31 +00:00 committed by Andreas Krebbel
parent 6e77facf95
commit 59976ef878
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-03-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config.host: Append t-floattodi to tmake_file depending on
host_address.
2014-03-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.host (v850*-*-*): Add to tmake_file instead of resetting it.

View File

@ -1027,7 +1027,10 @@ s390-*-linux*)
md_unwind_header=s390/linux-unwind.h
;;
s390x-*-linux*)
tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/32/t-floattodi"
tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux"
if test "${host_address}" = 32; then
tmake_file="${tmake_file} s390/32/t-floattodi"
fi
md_unwind_header=s390/linux-unwind.h
;;
s390x-ibm-tpf*)