diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-11-09 11:24:45 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-11-09 11:24:45 -0300 |
commit | 1a8335a408430517001a0660f5c7787223ce85e4 (patch) | |
tree | 55488aa8a06b0873445b5ca0ac28b573da93ecb1 | |
parent | 049781285dad97e33c6d54e5c6e3c8c6f6eda69e (diff) | |
download | glibc-1a8335a408430517001a0660f5c7787223ce85e4.tar glibc-1a8335a408430517001a0660f5c7787223ce85e4.tar.gz glibc-1a8335a408430517001a0660f5c7787223ce85e4.tar.bz2 glibc-1a8335a408430517001a0660f5c7787223ce85e4.zip |
debug: Fix typo in tests-unsupported rule
From commit 2e274cd8c1ebd0bd0c43a7f2e5433685740938ca.
-rw-r--r-- | debug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |