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 8BC3F3858297 for ; Tue, 23 Jan 2024 08:54:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8BC3F3858297 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 8BC3F3858297 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706000075; cv=none; b=g63E+bP2C7E1lscDDooIqYX1EwNNLie264ELW9Edj36eSTXC75J9nSgZzKkOjfqycB6SDwbMoq9TpETZdhrURsRldNbtKo93IJuxWeXOjNxjR2XeJ2wrTBnDcLnaB5U+Mu3iBoZVRvAXdzWag66uxsmHeW0QXZ2ndMtHEC6qdes= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706000075; c=relaxed/simple; bh=nU0ES4RVjL79uGYFmizD4FZyqHyChYo2x1O8a0F/vNU=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=ePKxnFoCPqb4M4MDobmVbqp1lzd4x1h0PD9/vJLQ89gCZ5AQ7ABhwvbENRbE5t/wO2gDs4ZXh+WzWKnwCyMUKmJ6mWj1Q0V7JmIvf5sgiWELrdCgrx2AfVjgeaGQ2FukUd9gfYGnfrE8XUKArWfbCZB6flt8GbuSe/csUZPWScA= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1706000072; 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=KvtW8c4eyI21TySPpapX+lbG0Np/njLEeRO0sULKEEY=; b=bF3OgOpxA+iVAzI/VQxebqdq5iyuie7qMeAtMBjFrN/438yd8j8Ph0UIhWe5ihPgcyIgLC Rto/EbE/joLEJtbG8K3BzIF+/3tuNyK8ni4tYskCehkEqatFTrR8yO16s/pGn/rckjOgUj kO44WrFW8xCIkFGOx7JaQJ9HvCV4jh8= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-292-6RPesVGvOzyjoROGXh6baA-1; Tue, 23 Jan 2024 03:54:31 -0500 X-MC-Unique: 6RPesVGvOzyjoROGXh6baA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B8A001C0BA43 for ; Tue, 23 Jan 2024 08:54:30 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.192.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9761025C0 for ; Tue, 23 Jan 2024 08:54:30 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 93833A80890; Tue, 23 Jan 2024 09:54:29 +0100 (CET) Date: Tue, 23 Jan 2024 09:54:29 +0100 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH] libgloss: merge cr16 into top-level Makefile Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20240121045030.22208-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: <20240121045030.22208-1-vapier@gentoo.org> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 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=-5.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_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE 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 Jan 20 23:50, Mike Frysinger wrote: > Avoid a recursive make to speed things up a bit. > A cr16-elf build shows installed objects & libs produce same code. > > The test targets were dropped as they didn't actually work -- there > is no test.o rule in here. > --- > libgloss/Makefile.am | 3 + > libgloss/Makefile.in | 634 +++++++++++++++++++++++-------------- > libgloss/configure | 19 +- > libgloss/configure.ac | 5 +- > libgloss/cr16/Makefile.in | 158 --------- > libgloss/cr16/Makefile.inc | 40 +++ > 6 files changed, 455 insertions(+), 404 deletions(-) > delete mode 100644 libgloss/cr16/Makefile.in > create mode 100644 libgloss/cr16/Makefile.inc Please go ahead, Mike. Thanks, Corinna