From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 6F75C3858C60 for ; Tue, 2 May 2023 15:20:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6F75C3858C60 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ptrnk-0006lj-7p; Tue, 02 May 2023 11:20:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=In-Reply-To:MIME-Version:References:Subject:To:From: Date; bh=RmK7soyBQCn2bQGHWFVf800BofDanlVDultyCPHiTHw=; b=mwCRVRLf/sr2eXKDDoIh VaisQF5I8wVDiO/NaQGFPnC7TlCSMwlDx80Xy2tW/08xqsmgBglC/+wtTyS8XM21oHI531PRwsfs+ GmpHQjPxIUKr8PYyuVLwfZUjeeRC8IdEHWNqjLR6kxJT1p/ObFeHa5siHDw+EKG93mEFhIndAKfem P1Js/SHbRtH0UGUFOUYbT+UhY79gxK2HbfSwUzKjlmWm6E5uRGjUnPwVKUWoaih+52bA2du+9SeiV LwqqjrrchkLPS/QV5ZGKh/gWz7bZGKAJKMDMFv8zCraN+AmhTUld9eQfBjIM8Rssk5rA1rL6obRmZ v8c4w4ECgbBRww==; Received: from [213.174.99.147] (helo=begin) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ptrni-0001l8-Vp; Tue, 02 May 2023 11:20:23 -0400 Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1ptrkr-005LFQ-0P; Tue, 02 May 2023 17:17:25 +0200 Date: Tue, 2 May 2023 17:17:25 +0200 From: Samuel Thibault To: Joseph Myers Cc: Sergey Bugaev , libc-alpha@sourceware.org, bug-hurd@gnu.org Subject: Re: [PATCH v3 0/6] The remaining x86_64-gnu patches Message-ID: <20230502151725.ghei52ksj4lmvfcq@begin> Mail-Followup-To: Joseph Myers , Sergey Bugaev , libc-alpha@sourceware.org, bug-hurd@gnu.org References: <20230429201822.2605207-1-bugaevc@gmail.com> <356bd2f-fe5f-aea1-4593-34e3b1287fa9@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <356bd2f-fe5f-aea1-4593-34e3b1287fa9@codesourcery.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,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 List-Id: Joseph Myers, le mar. 02 mai 2023 14:03:16 +0000, a ecrit: > On Sat, 29 Apr 2023, Sergey Bugaev via Libc-alpha wrote: > > > If these patches are pushed, it should be possible for anyone to build > > x86_64-gnu glibc just out of Git master, without having to dig through > > the mailing list archive for uncommited patches. > > In that case I think there should be a patch to build-many-glibcs.py to > add an x86_64-gnu configuration, I have it pending, just waiting for gcc 13. Samuel