From 59976ef8787b47961b28f925f66e1adc3a04de6a Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Thu, 27 Mar 2014 15:40:31 +0000 Subject: [PATCH] config.host: Append t-floattodi to tmake_file depending on host_address. 2014-03-27 Andreas Krebbel * config.host: Append t-floattodi to tmake_file depending on host_address. From-SVN: r208868 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 51db8a2809c..edac501b01c 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2014-03-27 Andreas Krebbel + + * config.host: Append t-floattodi to tmake_file depending on + host_address. + 2014-03-20 Joel Sherrill * config.host (v850*-*-*): Add to tmake_file instead of resetting it. diff --git a/libgcc/config.host b/libgcc/config.host index f8f74cc40b2..f4a74287293 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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*)