From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C83C73858C98; Sun, 14 Apr 2024 21:39:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C83C73858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713130770; bh=oWhrM1PtjpbLVJInmrb6E6DNdq8JgTduIgJVblwE64o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hAWiu1+WqMVP0ex+SRQ8ebNml4Ov4QLOivJQnGGek0B/G42hOStoHRKsUr6KeyG8n hCuaQo+RUJ5euqRhayHM5G69qR13IAw0jmcXidkZjSMmqBuS76whCqovFQVMj+/mEk XGl2I23g20gUISMohbDNGvS7OqbRBUpgLZ8QMJrQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/64271] Minimal patches to bootstrap on NetBSD Date: Sun, 14 Apr 2024 21:39:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_gcctarget Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D64271 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |*-*-netbsd --- Comment #18 from Andrew Pinski --- 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 toplev= el instead of different acinclude.m4.=