From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 013B43858D28 for ; Tue, 14 Dec 2021 22:43:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 013B43858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: krD2OB2z/v1VU0o1LCdPidpr9meMb+tdmIdY8Sqo1d30hgSAwzKpwua7qtOUMMTZs7P0nkJ+KS 10inwAVA3xcIlZmeEKUKipMPMDQiDkaOgqEv4u1QKYQ5PSYV/ENYl3LqRdBVq+fS968VzbW0nG ZcU1G86CKDNZfJPUl01wk8zrYy2RbpBqvfw4L/3ovPKkii415JCC1vz/78HnptQpV0kNaHSjAg tpN6haa2zeYFIUI98TgcpS2SHVl+DmPZQsY2mCsMPbtuwLrOUqYIxYIiQ1dWPl1Yf2cJ6P61Na nXiNwClb1h7PMKSau8J96UjG X-IronPort-AV: E=Sophos;i="5.88,206,1635235200"; d="scan'208";a="69704644" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 14 Dec 2021 14:43:55 -0800 IronPort-SDR: UTbVc154CE/MEuqLPrwvMVGarZr83rjCNlMaCxmdNtosfNgC7mjnjHGPVIsFcxGngz394GQ3l5 xNxQ8nKMtECcN4y+OslDku1HTcYmXAqCDxSnVgf2NAzu4QLF632ovZzZkny37nCdWysPz08GvD LMuU0cqhmRstddrUuJlzF6qLkHbG7rN49zCVpoJJgBIFKRSOwm2RJGXa30+B6cVnahxoVWBT/k Jle5IXcAoZiy/OI5fR2orN/ScMhsit/A6L9zEYzMDS0j26KomU2Wv4u3HbHweatKkMrasTQYd+ iRU= Date: Tue, 14 Dec 2021 22:43:50 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Adhemerval Zanella CC: Stafford Horne , GLIBC patches , Openrisc Subject: Re: [PATCH v3 03/13] or1k: ABI Implementation In-Reply-To: Message-ID: References: <20211210233456.4146479-1-shorne@gmail.com> <20211210233456.4146479-4-shorne@gmail.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3116.2 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2021 22:43:58 -0000 On Tue, 14 Dec 2021, Adhemerval Zanella via Libc-alpha wrote: > +if test "x$profile" != xno; then > + if test "x$with_profile" == xno; then > + AC_MSG_ERROR([ABI does not support profiling]) Using == in test is a bashism. I'd expect such a change to require the build-many-glibcs.py configuration for OpenRISC to use --disable-profile. -- Joseph S. Myers joseph@codesourcery.com