From patchwork Mon Jan 7 15:07:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Lyon X-Patchwork-Id: 1021387 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-493543-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="r1VQOMNY"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="UvYtScBL"; dkim-atps=neutral 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 ozlabs.org (Postfix) with ESMTPS id 43YJfp1YHfz9sDn for ; Tue, 8 Jan 2019 02:08:00 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; q= dns; s=default; b=nOOYcuK3utSGAcbmcJKpD35m7sq9XWwp5T6012GxA7qHUw vHvFLAJzVuf8Og4otdNshvJoJa+IPL4IuIJ1UuRCPY3t5EzK6HJBlr1FkFDV8SFf L8++DrFV741drVZv+OMCeLZX46GO4hIm9MUQPRlfVVug5jSEFGTwB8DTXzLrg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; s= default; bh=rspASXWr9qytPwzNN7wf124b08c=; b=r1VQOMNYzZvGcZLI0zfi xRWx+HNBvf/I4TuCmYyEd/dH0UPw0uQc3K64kNBeCsQ3fHEvj5gDNnwYt2BrFlP9 IOe+usr1BY+95VtpbPSwzhHtwojfPJmvyFfa9rOsKWi4Xk0bhgnv+XcL8r/0jMlF RAkUFvyp2GdH55dBcp09UWk= Received: (qmail 130186 invoked by alias); 7 Jan 2019 15:07:52 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 129333 invoked by uid 89); 7 Jan 2019 15:07:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=ilp32, D*linaro.org, Hx-languages-length:1509 X-HELO: mail-ua1-f47.google.com Received: from mail-ua1-f47.google.com (HELO mail-ua1-f47.google.com) (209.85.222.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Jan 2019 15:07:50 +0000 Received: by mail-ua1-f47.google.com with SMTP id n7so214413uao.7 for ; Mon, 07 Jan 2019 07:07:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:from:date:message-id:subject:to; bh=wPYP1eHirypkY08OFBcQWONceQEF6C9FWUdaPYFVsyE=; b=UvYtScBL14IiNBFPTJE2GmZ7M9sXi1cBww+XaXc0Vx9Jephf2U2L3sKgu61WV8aPSa zbMv7G5UIRiISCx+at4r//Q9EF/5U62Ze+j17Tr0fwiVAU8hyMuoZuIqgFCUvALTs1A/ H7c/q9GPA7yYrDMj2XSTSdjKA7ckQsaXZjyUE= MIME-Version: 1.0 From: Christophe Lyon Date: Mon, 7 Jan 2019 16:07:35 +0100 Message-ID: Subject: [PATCH] PR target/85596 Add --with-multilib-list doc for aarch64 To: gcc Patches X-IsSubscribed: yes Hi, This small patch adds a short description of --with-multilib-list for aarch64. OK? Thanks, Christophe 2019-01-07 Christophe Lyon PR target/85596 * doc/install.texi (with-multilib-list): Document for aarch64. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 5cf007b..d2bf21d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1073,10 +1073,19 @@ sysv, aix. @itemx --without-multilib-list Specify what multilibs to build. @var{list} is a comma separated list of values, possibly consisting of a single value. Currently only implemented -for arm*-*-*, riscv*-*-*, sh*-*-* and x86-64-*-linux*. The accepted -values and meaning for each target is given below. +for aarch64*-*-*, arm*-*-*, riscv*-*-*, sh*-*-* and x86-64-*-linux*. The +accepted values and meaning for each target is given below. @table @code +@item aarch64*-*-* +@var{list} is a comma separated list of @code{ilp32}, and @code{lp64} +to enable ILP32 and LP64 run-time libraries, respectively. If +@var{list} is empty, then there will be no multilibs and only the +default run-time library will be built. If @var{list} is +@code{default} or --with-multilib-list= is not specified, then the +default set of libraries is selected based on the value of +@option{--target}. + @item arm*-*-* @var{list} is a comma separated list of @code{aprofile} and @code{rmprofile} to build multilibs for A or R and M architecture