[PATCH V2] powerpc: properly check for feenableexcept() on FreeBSD

2022-05-03 Thread pkubaj
From: Piotr Kubaj FreeBSD/powerpc* has feenableexcept() defined in fenv.h header. Signed-off-by: Piotr Kubaj --- libgfortran/configure| 41 +++- libgfortran/configure.ac | 17 - 2 files changed, 56 insertions(+), 2 deletions(-) diff --gi

[PATCH] libgcc: allow building float128 libraries on FreeBSD

2022-02-20 Thread pkubaj
From: Piotr Kubaj While FreeBSD currently uses 64-bit long double, there should be no problem with adding support for float128. Signed-off-by: Piotr Kubaj --- libgcc/configure| 22 ++ libgcc/configure.ac | 11 +++ 2 files changed, 33 insertions(+) diff --git a/