From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 6C9E73858D1E; Wed, 9 Nov 2022 14:25:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C9E73858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668003941; bh=qT0Qr33S7WXbbslEoINvM/u7MGlpftJrFj1HM8pVXio=; h=From:To:Subject:Date:From; b=ISTPi6CfGxdjNgW66dgD5z2JSuK8vLjZf0OcOibhvZKbgpI8Z0/dUsJAj3ZVkTyme DYBS6h9zhOPu6F/V3AI4NyPhFSH0xfTgsdsVnlgO/0LJBiQCc5I2O52g3zqQbEIhjl uUKvqmixIUKZ01Xt2zKv6xB43Os0kyJ4gCHXhVBE= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] debug: Fix typo in tests-unsupported rule X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/master X-Git-Oldrev: 049781285dad97e33c6d54e5c6e3c8c6f6eda69e X-Git-Newrev: 1a8335a408430517001a0660f5c7787223ce85e4 Message-Id: <20221109142541.6C9E73858D1E@sourceware.org> Date: Wed, 9 Nov 2022 14:25:41 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1a8335a408430517001a0660f5c7787223ce85e4 commit 1a8335a408430517001a0660f5c7787223ce85e4 Author: Adhemerval Zanella Date: Wed Nov 9 11:24:45 2022 -0300 debug: Fix typo in tests-unsupported rule From commit 2e274cd8c1ebd0bd0c43a7f2e5433685740938ca. Diff: --- debug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/Makefile b/debug/Makefile index f73c739da7..95a7336cd2 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -226,7 +226,7 @@ tests += tst-chk-cancel endif ifeq (,$(CXX)) -tests-unsupported = $(tests-cc-def-chk) $(test-cc-time64-chk) +tests-unsupported = $(tests-cc-def-chk) $(tests-cc-time64-chk) endif extra-libs = libpcprofile