[PATCH] Add --with-static-mpfr-gmp for statically linking MPFR/GMP libs

Eli Zaretskii eliz@gnu.org
Mon May 27 12:01:32 GMT 2024


> From: Jones Syue 薛懷宗 <jonessyue@qnap.com>
> Date: Mon, 27 May 2024 10:54:12 +0000
> 
> +if test "${with_static_mpfr_gmp}" = yes; then :
> +  gmplibs="-l:libmpfr.a -l:libgmp.a"

I don't see this -l:LIBRARY.a syntax documented in the GCC manual.  Is
it universally accepted by compilers?

Thanks.


More information about the Gdb-patches mailing list