From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3695D3858C2C; Wed, 1 Feb 2023 21:46:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3695D3858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675287984; bh=iwFWP3PTArV1VSmJUptC/F16mSOBSWvW2do+vx11mZ4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VxP8UbkXjALikvNe3ejeGk6tUux5PAv9XXiemDb9R3yIg2rFle0sKtbapADigMEqx 8iSf20uAIOqh4QcZ30JJwb3/2dy8QONBoD6H2zrkmrCB28BZ/0Hrlfv52CAA6OTVlW DvaV4JQCXBgoqI/XisyMcYrFzCQaSV7lbrFXKXEw= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/90077] musl has no multlib support Date: Wed, 01 Feb 2023 21:46:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D90077 --- Comment #6 from Sergei Trofimovich --- Not actively working on it. A bit of discussion from #gcc: 21:41:59 < pinskia> note your patch is incorrect 21:42:10 < trofi_> yup 21:42:13 < pinskia> it should just not add t-linux64 for musl 21:42:31 < trofi_> There is a bot of discussion at https://gcc.gnu.org/pipermail/gcc/2020-March/000218.html 21:42:43 < trofi_> https://gcc.gnu.org/pipermail/gcc/2020-March/000220.html 21:43:17 < trofi_> i think it means that debian's multiarch effectively for= ces use of t-linux64 21:43:28 < pinskia> right but musl does not support multiarch either 21:44:10 < trofi_> hm, then just dropping it might be good enough=