From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3687D1F461 for ; Mon, 13 May 2019 20:57:45 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; q=dns; s=default; b=iL/RvsTfJMFZKnwF WwiPUIJCHvu6NwHLEzop7+Oc+8fNCQm7r3JDs6+reu5eSYgskIqs4YtWmFLxffbM Ldpfgnfc999x8jCeF21ZQPporDtlUmXYQcLQTF4hMC73OHE7wzySJM0vHArHpaIg VTuMJMMCb0uBsQ5r2Od6+Zk/wHU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; s=default; bh=y/KhsZqhPTiN/XAS7kq2zU Q1D1I=; b=wJcqUFryXdnYcsEHjP8KsiRENsnssX77K9sBltVu3KSJzB29D9jWEE zOJ1sJLKMCLrO8ADZBaljMzyogVO6CKx82qie5gkwfdPmnGqjd0jG4OZf6zfAz/e YXPV3rEfFtu3t6jhrVIVla3lrkOO5UQzGEcVVoBu+nIFbkuFqqSVs= Received: (qmail 45907 invoked by alias); 13 May 2019 20:57:41 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 45899 invoked by uid 89); 13 May 2019 20:57:41 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com From: DJ Delorie To: Adhemerval Zanella Cc: libc-alpha@sourceware.org, codonell@redhat.com Subject: Re: [PATCH 1/3] Make --bindir effetive In-Reply-To: <20190513165952.28972-1-adhemerval.zanella@linaro.org> (message from Adhemerval Zanella on Mon, 13 May 2019 13:59:50 -0300) Date: Mon, 13 May 2019 16:57:37 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain LGTM. Reviewed-by: DJ Delorie