From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from magnesium.8pit.net (magnesium.8pit.net [45.76.88.171]) by sourceware.org (Postfix) with ESMTPS id 902C13857367 for ; Thu, 30 Jun 2022 16:59:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 902C13857367 Received: from localhost (ipb218e485.dynamic.kabel-deutschland.de [178.24.228.133]) by magnesium.8pit.net (OpenSMTPD) with ESMTPSA id ce0ec76b (TLSv1.3:TLS_AES_256_GCM_SHA384:256:YES); Thu, 30 Jun 2022 18:59:41 +0200 (CEST) Date: Thu, 30 Jun 2022 18:59:36 +0200 To: Ian Lance Taylor Cc: gofrontend-dev@googlegroups.com, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] mksysinfo: add support for musl libc From: =?UTF-8?Q?S=C3=B6ren?= Tempel References: <20220627164415.8510-1-soeren@soeren-tempel.net> <29VGBCEYSJXVZ.36Y9MIET2J505@8pit.net> In-Reply-To: Message-Id: <2I1FY1UKI94A7.2KJVHLWP55B05@8pit.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_INVALID, DKIM_SIGNED, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2022 16:59:46 -0000 Ian Lance Taylor wrote: > Thanks for the info. Does this patch work? It tweaks the handling of > SYS_SECCOMP to be specific to that constant. Yes, your patch works for me too on Alpine Linux Edge. Thanks! Greetings, S=C3=B6ren