On Tue, Aug 16, 2022 at 04:31:03PM +0200, Jakub Jelinek via Gcc-patches wrote:
> So far slightly tested on x86_64-linux (and will bootstrap/regtest
> it there tonight), but I unfortunately don't have a way to test it

FYI, successfully bootstrapped/regtested on x86_64-linux and i686-linux.

> 2022-08-16  Francois-Xavier Coudert  <fxcoud...@gcc.gnu.org>
>           Jakub Jelinek  <ja...@redhat.com>
> 
>       PR fortran/46539
> gcc/
>       * common.opt (static-libquadmath): New option.
>       * gcc.c (driver_handle_option): Always accept -static-libquadmath.
>       * config/darwin.h (LINK_SPEC): Handle -static-libquadmath.
> gcc/fortran/
>       * lang.opt (static-libquadmath): New option.
>       * invoke.texi (-static-libquadmath): Document it.
>       * options.c (gfc_handle_option): Error out if -static-libquadmath
>       is passed but we do not support it.
> libgfortran/
>       * acinclude.m4 (LIBQUADSPEC): From $FC -static-libgfortran -###
>       output determine -Bstatic/-Bdynamic, -bstatic/-bdynamic,
>       -aarchive_shared/-adefault linker support or Darwin remapping
>       of -lgfortran to libgfortran.a%s and use that around or instead
>       of -lquadmath in LIBQUADSPEC.
>       * configure: Regenerated.

        Jakub

Reply via email to