From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101459 invoked by alias); 17 Jan 2019 14:43:13 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 101422 invoked by uid 89); 17 Jan 2019 14:43:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*RU:209.85.217.68, Hx-spam-relays-external:209.85.217.68 X-HELO: mail-vs1-f68.google.com Received: from mail-vs1-f68.google.com (HELO mail-vs1-f68.google.com) (209.85.217.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 Jan 2019 14:43:11 +0000 Received: by mail-vs1-f68.google.com with SMTP id y27so6376798vsi.1 for ; Thu, 17 Jan 2019 06:43:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Ps0q5q+Sg/jH/xnCGqhtDHClONCnwTk8DAt/F9eBnls=; b=OSQyAgmwJZjBUNN9tCz8gNRGR5oIWRpnnJAwef7uzmng2phn3u9S8NVMVcBiQtqbce pE2zJXq8BJz4NwY1DWqvM6DqHJi+LrVXiJm52mNqLRO9J1RpkFzk7xxTA3h9VmUsB3l2 iKiXBIihAWNzPPdcBmFcjnA9+VxNvBkzBP8jI= MIME-Version: 1.0 References: In-Reply-To: From: Christophe Lyon Date: Thu, 17 Jan 2019 14:43:00 -0000 Message-ID: Subject: Re: [PATCH] PR target/85596 Add --with-multilib-list doc for aarch64 To: gcc Patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg01009.txt.bz2 Ping? I think that kind of patch is OK for stage4? On Mon, 7 Jan 2019 at 16:07, Christophe Lyon wrote: > > Hi, > > This small patch adds a short description of --with-multilib-list for aarch64. > OK? > > Thanks, > > Christophe