Commit 59976ef8 by Andreas Krebbel Committed by Andreas Krebbel

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
parent 6e77facf
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> 2014-03-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.host (v850*-*-*): Add to tmake_file instead of resetting it. * config.host (v850*-*-*): Add to tmake_file instead of resetting it.
......
...@@ -1027,7 +1027,10 @@ s390-*-linux*) ...@@ -1027,7 +1027,10 @@ s390-*-linux*)
md_unwind_header=s390/linux-unwind.h md_unwind_header=s390/linux-unwind.h
;; ;;
s390x-*-linux*) 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 md_unwind_header=s390/linux-unwind.h
;; ;;
s390x-ibm-tpf*) s390x-ibm-tpf*)
......
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