diff options
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
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 |