https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64271
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |*-*-netbsd --- Comment #18 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Yes libgfortran still needs this patch. Currently it has: case "$host" in *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* | *-*-musl* ) AC_DEFINE(GTHREAD_USE_WEAK, 0, [Define to 0 if the target shouldn't use #pragma weak]) ;; esac]) I wonder if we should not put this code in a config/*.m4 file in the toplevel instead of different acinclude.m4.