From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id C38F53AF1C9D for ; Mon, 19 Dec 2022 09:17:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C38F53AF1C9D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1671441444; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=Z6FWuj052NEirFPAMfbCqbGk6KEMWwu/NMTj9RswXN0=; b=DPtFDp8xsyySqV2fJfQ0uiL1hd+kxmtl0Kddy0PBrcjThUK/EQD84Bdscj6OH66cde6a+U G96kM1UqnO3lVH2DWChZM6mTUCgp8qGUNw0WqNq6zshzx689s08zD1fYwjMSl+jdq9o0YI aknpHWGIY1uxWnIiJPkPUrm5UevYcPU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-320-3wFsw2aENtG7XnwRnf-MVQ-1; Mon, 19 Dec 2022 04:17:22 -0500 X-MC-Unique: 3wFsw2aENtG7XnwRnf-MVQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7B06085C069 for ; Mon, 19 Dec 2022 09:17:22 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.193.230]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 53E312166B26 for ; Mon, 19 Dec 2022 09:17:22 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id D61E1A80B9B; Mon, 19 Dec 2022 10:17:20 +0100 (CET) Date: Mon, 19 Dec 2022 10:17:20 +0100 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH 0/5] libgloss: drop custom multi-build logic Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20221214023700.13062-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: <20221214023700.13062-1-vapier@gentoo.org> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Dec 13 21:36, Mike Frysinger wrote: > A small patch series to unwind the custom multi-build logic that was > the last big blocker for dropping all sub-configure scripts, and for > moving these dirs to automake. I don't actually do the automake move > here, but this is still a big win imo as the diffstat shows. LGTM. Thanks, Corinna