gcc: Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.

This commit is contained in:
Jérôme Duval 2016-03-04 17:58:26 +01:00
parent 137b14625b
commit 7c77083396

View File

@ -1356,7 +1356,8 @@ i[34567]86-*-darwin* | x86_64-*-darwin* | \
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"