From ce16861e68383724bf17c15329b22df575601572 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 16 Jan 2009 04:00:48 +0000 Subject: [PATCH] config.host (i[34567]86-*-linux*, [...]): Add t-softfp to tmake_file. * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp to tmake_file. From-SVN: r143421 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 4986c34789a..79843b05b85 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2009-01-16 Ben Elliston + + * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp + to tmake_file. + 2009-01-13 Ben Elliston * config/t-softfp: New file. diff --git a/libgcc/config.host b/libgcc/config.host index c7c7e990554..655ef953ce8 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -593,7 +593,7 @@ case ${host} in i[34567]86-*-darwin* | x86_64-*-darwin* | \ i[34567]86-*-linux* | x86_64-*-linux*) if test "${host_address}" = 32; then - tmake_file="${tmake_file} i386/${host_address}/t-fprules-softfp" + tmake_file="${tmake_file} t-softfp i386/${host_address}/t-fprules-softfp" fi ;; esac