gcc: Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.
Diff
gcc/libgcc/config.host | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
@@ -1356,7 +1356,8 @@
i[34567]86-*-mingw* | x86_64-*-mingw* | \
i[34567]86-*-dragonfly* | x86_64-*-dragonfly* | \
i[34567]86-*-freebsd* | x86_64-*-freebsd* | \
i[34567]86-*-openbsd* | x86_64-*-openbsd*)
i[34567]86-*-openbsd* | x86_64-*-openbsd* | \
i[34567]86-*-haiku* | x86_64-*-haiku*)
tmake_file="${tmake_file} t-softfp-tf"
if test "${host_address}" = 32; then
tmake_file="${tmake_file} i386/${host_address}/t-softfp"