]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host (i[34567]86-*-linux*, [...]): Add t-softfp to tmake_file.
authorBen Elliston <bje@au.ibm.com>
Fri, 16 Jan 2009 04:00:48 +0000 (04:00 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Fri, 16 Jan 2009 04:00:48 +0000 (15:00 +1100)
* config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
to tmake_file.

From-SVN: r143421

libgcc/ChangeLog
libgcc/config.host

index 4986c34789a159994264fee641f906dc14bd312c..79843b05b858691d16a3d61c38ddf0cb36629202 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 c7c7e9905549f0f164b95aef163dfaeb5b97f6c5..655ef953ce873efe756e6fbe5d1dff474c3b9ee7 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