]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host: Append t-floattodi to tmake_file depending on host_address.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 27 Mar 2014 15:40:31 +0000 (15:40 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Thu, 27 Mar 2014 15:40:31 +0000 (15:40 +0000)
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

libgcc/ChangeLog
libgcc/config.host

index 51db8a2809c6dea2de0e875e6af4a2c8dbb92803..edac501b01c69ced2c6a57a3aaf495bc697c96e9 100644 (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.
index f8f74cc40b2c94b7c5229fc6447b1f3c9a73d3af..f4a742872937924209ff593bb1d18b4d0362e6ca 100644 (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*)