https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80600

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl at gcc dot gnu.org,
                   |                            |kristerw at gcc dot gnu.org

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Ah, so the change made for PR65612 was

Index: libgcc/config.host
===================================================================
--- libgcc/config.host  (revision 222177)
+++ libgcc/config.host  (revision 222178)
@@ -1306,7 +1306,7 @@ i[34567]86-*-linux* | x86_64-*-linux* |
   i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \
   i[34567]86-*-knetbsd*-gnu | \
   i[34567]86-*-gnu*)
-       tmake_file="${tmake_file} t-tls i386/t-linux"
+       tmake_file="${tmake_file} t-tls i386/t-linux t-slibgcc-libgcc"
        if test "$libgcc_cv_cfi" = "yes"; then
                tmake_file="${tmake_file} t-stack i386/t-stack-i386"
        fi

but that doesn't include 

x86_64-*-netbsd*)
        tmake_file="${tmake_file} i386/t-crtstuff"
        ;;

CCing author of change and netbsd maintainer.

Reply via email to