From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42a.google.com (mail-pf1-x42a.google.com [IPv6:2607:f8b0:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id 0D9403858412 for ; Mon, 24 Jan 2022 20:56:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0D9403858412 Received: by mail-pf1-x42a.google.com with SMTP id 192so13786218pfz.3 for ; Mon, 24 Jan 2022 12:56:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8qhJfAaqfj/CSbQO2pmHN9JsblEjN+xMRr2Gse7Eb4c=; b=ryvrro18Pxn62e9u3G9eoJaAENR2AeGRLPGDlj0sIynQSd/SDr66RID7Vq0vk7ZPN8 s36nZpcn38hRMU5HbsIcn1QDpzyhldqSKXJ74ZHQYx+Sj2Yyo778XYiduMI59BHSo9eq KEflDwgE1F5BYqHjLs2gy9XlLu6He6LyCvMD3WumATAeXtO02ulueWRe/QRr25hqnNsE 74xCxcXBRe4z58vICHJyghZU4YsPyXA+oGZJQQUBgpkvuUGMS7FHsQIvGDECdkNjlRGm tMPrVaEHvfu7ZKVd1TJOXSDOvhB5gHiJsS1ykrkPYhGDBJwMABZxTQrHxyS6Pxxy8ojq OFCw== X-Gm-Message-State: AOAM532AVVyKNdgQz6dwrAAO0cj9We59DVJZGQdeIrFjkRjlhu0yB7Bf +9SnRNcftbVq8YZGRM6S2ph3iBBcK/IwNH03IHY= X-Google-Smtp-Source: ABdhPJwwSVOcDWXieIa6/wxJRVqTeJDeeAhYRHNDmznMBOAZvYXoK6AkLe6mOsmK7ICj5OQl7MInCTq/iykDha5VI08= X-Received: by 2002:a63:1e5c:: with SMTP id p28mr12889549pgm.125.1643057803548; Mon, 24 Jan 2022 12:56:43 -0800 (PST) MIME-Version: 1.0 References: <2f05350d-1edf-f8ef-5fdf-4a250d53276b@codesourcery.com> <2f5ebae4-1d69-d529-f113-999cff3f5962@codesourcery.com> In-Reply-To: From: "H.J. Lu" Date: Mon, 24 Jan 2022 12:56:07 -0800 Message-ID: Subject: Re: [PATCH v3] bfd: Update doc/local.mk To: Tobias Burnus Cc: Mike Frysinger , Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3021.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2022 20:56:46 -0000 On Mon, Jan 24, 2022 at 12:35 PM Tobias Burnus wrote: > > Hi H.J., > > On 24.01.22 19:53, H.J. Lu wrote: > > Try this one. > > good news - that patch works with the build script and also with 'make > install-{html,info,pdf}' :-) > I am checking it in. Thanks. -- H.J.