]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Use zero-call-used-regs=used with Apple compilers.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 10 Sep 2023 05:45:38 +0000 (15:45 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 10 Sep 2023 05:50:58 +0000 (15:50 +1000)
commitca2937a607c5578b6508db95e228e51593525940
treef85eceed930bcff6cba7c30296af0c42a8373790
parentd6f7e842816db47f655c95ca2499f74aa83ffd35
Use zero-call-used-regs=used with Apple compilers.

Apple's versions of clang have version numbers that do not match the
corresponding upstream clang versions.  Unfortunately, they do still
have the clang-15 zero-call-used-regs=all bug, so for now use the value
that doesn't result in segfaults.  We could allowlist future versions
that are known to work.  bz#3584 (and probably also our github CI
failures).
configure.ac