mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
gcc: Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.
This commit is contained in:
parent
137b14625b
commit
7c77083396
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user