From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 19C7A3858D20 for ; Thu, 31 Aug 2023 17:56:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 19C7A3858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="6.02,217,1688457600"; d="scan'208";a="15833982" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 31 Aug 2023 09:56:31 -0800 IronPort-SDR: uHBwyRvHAVF++gnG4CCzg0F9dEm47IvDh+ewBhFFr1aK7DGN8bmgeikvjXSiOUz/iZMaeWQ4Pr eN8X8wXV/ciou0Oj+pEaDll2TSg5XKMAdpt5Uj1jmAFMpD6opRJ0tSTUbJr1gLafmGe2R9zuWM qvWemPoXcIVxyfHVmpxkADgEs9BADR9veaFUrt0IdYgYkh+NIFNoQCTdpoY+drWOANAjc8SMBS n9lUd12+qGtnp7rJwh+bLNh2qm3MAtZ9yinxEhelFgSGLzljN+ZXSzkFlKraEF5VoSXgtMoQ17 w0M= Date: Thu, 31 Aug 2023 17:56:26 +0000 From: Joseph Myers To: Yujie Yang CC: , , , Subject: Re: [PATCH v2 1/4] LoongArch: improved target configuration interface In-Reply-To: Message-ID: <5eda3f47-3bef-d2a7-e61e-448799afd55c@codesourcery.com> References: <20230830015808.19870-1-yangyujie@loongson.cn> <20230830015808.19870-2-yangyujie@loongson.cn> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3104.6 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 31 Aug 2023, Yujie Yang wrote: > -If none of such suffix is present, the configured value of > -@option{--with-multilib-default} can be used as a common default suffix > -for all library ABI variants. Otherwise, the default build option > -@code{-march=abi-default} is applied when building the variants without > -a suffix. > +If no such suffix is present for a given multilib variant, the > +configured value of @code{--with-multilib-default} is appended as a default > +suffix. If @code{--with-multilib-default} is not given, the default build > +option @code{-march=abi-default} is applied when building the variants > +without a suffix. @option is appropriate for --with-multilib-default and other configure options; it shouldn't be changed to @code. -- Joseph S. Myers joseph@codesourcery.com