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 5E0CB3857406 for ; Wed, 9 Nov 2022 01:13:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5E0CB3857406 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="5.96,149,1665475200"; d="scan'208";a="86634429" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 08 Nov 2022 17:13:51 -0800 IronPort-SDR: n9igvleLGtJ2b493Nnmi6Uzsi4XtDI7sX4skSvMW3ABOkwdDOScBxl8c/l8q1hkMfGvC2sYCh5 xmDbPYve/CRdLHJpquuvic42fZ6234ksWbkjPXZ4UJaER5bgaScA6aoTlN66yjBGBEYz7eVNog JYgjVbnWsQXupBiltmhnP7vKwezUj1UNf/qMfmYVOfmuVJ9QCEVfaV+BsahL01d1bToMgly2t5 qYLBUIky53VmaJWXU70FoBboGLfqMW8ujEaln0U5RhhMncjSo4uQ/JOkOTY3b7bGvfu10hJVf2 j3M= Date: Wed, 9 Nov 2022 01:13:45 +0000 From: Joseph Myers To: Adhemerval Zanella CC: , Kabe , Andreas Schwab Subject: Re: [PATCH v4] Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746) In-Reply-To: <20221108151019.3956495-1-adhemerval.zanella@linaro.org> Message-ID: <546b374d-a12c-eae7-0b5-7cbf5242bb11@codesourcery.com> References: <20221108151019.3956495-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3110.1 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,RCVD_IN_MSPIKE_H2,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 Tue, 8 Nov 2022, Adhemerval Zanella via Libc-alpha wrote: > ifeq (,$(CXX)) > -tests-unsupported = $(tests-cc-chk) > +tests-unsupported = $(tests-cc-def-chk) $(test-cc-time64-chk) > endif I think that $(test-cc-time64-chk) should be $(tests-cc-time64-chk). (This looks like the cause of the FAIL: glibcs-m68k-linux-gnu-coldfire check FAIL: glibcs-m68k-linux-gnu-coldfire-soft check showing up in ; apparently there was a pre-existing, but previously unnoticed, issue there resulting in "checking whether m68k-glibc-linux-gnu-g++ can link programs... no" and so CXX not being defined when building tests.) -- Joseph S. Myers joseph@codesourcery.com