From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DD3C33858403; Sun, 2 Jan 2022 13:25:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD3C33858403 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/103889] gccgo is unable to find its standard library by default on 64-Bit RISC-V due to musl not using multilib but still uses t-linux Date: Sun, 02 Jan 2022 13:25:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Version: 11.2.1 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: ian at airs dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc bug_status 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2022 13:25:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103889 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|gccgo is unable to find its |gccgo is unable to find its |standard library by default |standard library by default |on 64-Bit RISC-V |on 64-Bit RISC-V due to | |musl not using multilib but | |still uses t-linux Status|WAITING |NEW --- Comment #10 from Andrew Pinski --- Well RISCV port is new enough that nobody has tested --disable-multilib and= put things in /lib/ really. Really there should be a gcc/config/riscv/t-linux-m= usl which does no do any of the multilib stuff and that should be used for musl only.=