mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-03 20:53:13 +03:00
clang does not work by using whitespace for defining the -z option: $ make test t=misc/tst-gcs-disabled [...] clang: error: no such file or directory: 'gcs=always' Use the usual comma separate way. Reviewed-by: Florian Weimer <fweimer@redhat.com>