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 E12C63858414 for ; Mon, 9 Jan 2023 10:51:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E12C63858414 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=1673261516; 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=KH9vjzS2UDwryjUIgUKeUd4ujVdB+jl3v9soMVv4q30=; b=eHl0/EX4ND2JU1pLEROqzc3DeunLt1PQo70GiADBZ0AwGXoc87Xw1Ql/9kMzix4vxoCuqk A7+faPQB4mKF3K15pKq0piykmcCCX+J1isHZ7DEYUm7X1utnLoCifFCvus3bn0O+PVeeP0 xUpL5wGsmc98vFyXWvXTeAiLcCJlkUY= 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-326-eUBz5blbPN-Oukrb0ZQzmA-1; Mon, 09 Jan 2023 05:51:55 -0500 X-MC-Unique: eUBz5blbPN-Oukrb0ZQzmA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 25A4580234E for ; Mon, 9 Jan 2023 10:51:55 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.193.197]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 00D07401530C for ; Mon, 9 Jan 2023 10:51:55 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id BD6BEA809BE; Mon, 9 Jan 2023 11:51:53 +0100 (CET) Date: Mon, 9 Jan 2023 11:51:53 +0100 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH 0/4] libgloss: convert a few more arches to automake Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20221221015809.4154-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: <20221221015809.4154-1-vapier@gentoo.org> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 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 20 20:58, Mike Frysinger wrote: > This speeds the build up and simplifies the source rules. It also > gets us to ~20% arch conversion (9/49), so hopefully it will make > it easier for new ports to use (more examples), and encourage some > existing ones to convert. > > Mostly I wanted to burn down aarch64 & arm, but I did arc & d30v > too since they were small & easy. > > Verified that `make install` produces the same set of files with > the same contents (at the disassembly level). > > Mike Frysinger (4): > libgloss: merge aarch64 into top-level Makefile > libgloss: merge arm into top-level Makefile > libgloss: merge arc into top-level Makefile > libgloss: merge d30v into top-level Makefile LGTM. Thanks, Corinna