]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix Clang version detection.
authorjkim <jkim@FreeBSD.org>
Wed, 26 Aug 2020 16:55:28 +0000 (16:55 +0000)
committerjkim <jkim@FreeBSD.org>
Wed, 26 Aug 2020 16:55:28 +0000 (16:55 +0000)
commit6a8a9311d8a24a9e606c1ffc76827aebeaa88b92
tree8eff60861e485a20713a8e7623a07b599fea2556
parent3642863fbad8a43d0e1a6bd0d21b36019cbb831a
Fix Clang version detection.

We prepend "FreeBSD" to Clang version string.  This broke compiler test for
AVX instruction support.

Reported by: jhb
22 files changed:
crypto/openssl/crypto/aes/asm/aesni-mb-x86_64.pl
crypto/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl
crypto/openssl/crypto/aes/asm/aesni-sha256-x86_64.pl
crypto/openssl/crypto/bn/asm/rsaz-avx2.pl
crypto/openssl/crypto/bn/asm/rsaz-x86_64.pl
crypto/openssl/crypto/bn/asm/x86_64-mont.pl
crypto/openssl/crypto/bn/asm/x86_64-mont5.pl
crypto/openssl/crypto/chacha/asm/chacha-x86.pl
crypto/openssl/crypto/chacha/asm/chacha-x86_64.pl
crypto/openssl/crypto/ec/asm/ecp_nistz256-avx2.pl
crypto/openssl/crypto/ec/asm/ecp_nistz256-x86_64.pl
crypto/openssl/crypto/ec/asm/x25519-x86_64.pl
crypto/openssl/crypto/modes/asm/aesni-gcm-x86_64.pl
crypto/openssl/crypto/modes/asm/ghash-x86_64.pl
crypto/openssl/crypto/poly1305/asm/poly1305-x86.pl
crypto/openssl/crypto/poly1305/asm/poly1305-x86_64.pl
crypto/openssl/crypto/sha/asm/sha1-586.pl
crypto/openssl/crypto/sha/asm/sha1-mb-x86_64.pl
crypto/openssl/crypto/sha/asm/sha1-x86_64.pl
crypto/openssl/crypto/sha/asm/sha256-586.pl
crypto/openssl/crypto/sha/asm/sha256-mb-x86_64.pl
crypto/openssl/crypto/sha/asm/sha512-x86_64.pl