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 5925238515D9 for ; Wed, 26 Jan 2022 12:30:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5925238515D9 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=1643200224; 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=qyIGSGjtGq6VVwTKHYaC0a+/h5nfFrv93KqHDVNWzTE=; b=Xmtx4Km6zTCD8LxLzl9cMkjPZW7ii5aD7R0wmTZ9bMN31RoRtyJ6BgNEcVHi7MhXnI6zMC Z5kMdlz/6DzDXZHDiTXfgKubQz2eEFP10d2gudpfmTVcm+vmAkS+LHLR9VyOJ2LlC0K+7g w4Il8+3u0vbGzoUC7HQ70OgjLf6L2HA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-638-HxSgN93JPEepVESqhRkPgg-1; Wed, 26 Jan 2022 07:30:21 -0500 X-MC-Unique: HxSgN93JPEepVESqhRkPgg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 273F4190B2A1 for ; Wed, 26 Jan 2022 12:30:20 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-112-15.ams2.redhat.com [10.36.112.15]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EAC427B9F4 for ; Wed, 26 Jan 2022 12:30:19 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 65484A810A5; Wed, 26 Jan 2022 13:30:18 +0100 (CET) Date: Wed, 26 Jan 2022 13:30:18 +0100 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH 1/3] libgloss: merge epiphany & libnosys & or1k configure scripts up a level Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20220126094508.24259-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: <20220126094508.24259-1-vapier@gentoo.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=vinschen@redhat.com 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=-6.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2022 12:30:25 -0000 On Jan 26 04:45, Mike Frysinger wrote: > These subdirs have unique configure scripts to do some compiler tests. > The checks should work for all targets, so hoist them up to the top > libgloss dir. This should allow us to delete these subdir configure > scripts. For some reason this patch doesn't apply cleanly to current git master: Applying: libgloss: merge epiphany & libnosys & or1k configure scripts up a level error: git apply: bad git-diff - inconsistent old filename on line 38 Patch failed at 0001 libgloss: merge epiphany & libnosys & or1k configure scripts up a level [...] I'm a bit concerned that this patchset removes setting and AC_SUBST'ing host_makefile_frag_path while the variable is still used by various Makefile.in files... Thanks, Corinna