OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / libgcc / config.host
index da652de..ca07a07 100644 (file)
@@ -578,3 +578,10 @@ i[34567]86-*-linux* | x86_64-*-linux*)
        tmake_file="${tmake_file} t-tls"
        ;;
 esac
+
+case ${host} in
+i[34567]86-*-darwin* | x86_64-*-darwin* | \
+  i[34567]86-*-linux* | x86_64-*-linux*)
+       tmake_file="${tmake_file} i386/${host_address}/t-fprules-softfp"
+       ;;
+esac