From 7c77083396e35ccf490da189f725ba2a8a511348 Mon Sep 17 00:00:00 2001 From: Jérôme Duval Date: Fri, 04 Mar 2016 17:58:26 +0100 Subject: [PATCH] gcc: Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets. --- gcc/libgcc/config.host | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/libgcc/config.host b/gcc/libgcc/config.host index dc73f2a..32e3cd2 100644 --- a/gcc/libgcc/config.host +++ b/gcc/libgcc/config.host @@ -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" -- gitore 0.2.2