* config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jan 2009 04:00:48 +0000 (04:00 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jan 2009 04:00:48 +0000 (04:00 +0000)
to tmake_file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143421 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/ChangeLog
libgcc/config.host

index 4986c34..79843b0 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-16  Ben Elliston  <bje@au.ibm.com>
+
+       * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
+       to tmake_file.
+
 2009-01-13  Ben Elliston  <bje@au.ibm.com>
 
        * config/t-softfp: New file.
index c7c7e99..655ef95 100644 (file)
@@ -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