summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-06-24 08:37:05 +0200
committerAndy Polyakov <appro@openssl.org>2014-06-24 08:37:05 +0200
commit7eb048828008f195fb6edceb8f767622694e7426 (patch)
treeab39968a88362752e1f289d350de904576384528 /crypto/bn/asm
parentac171925ab527a55fbb27872ff69af94f7ec995b (diff)
x86_64 assembly pack: addendum to last clang commit.
Diffstat (limited to 'crypto/bn/asm')
-rwxr-xr-xcrypto/bn/asm/rsaz-avx2.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/rsaz-avx2.pl b/crypto/bn/asm/rsaz-avx2.pl
index f76ab609d1..fd9a7a8de1 100755
--- a/crypto/bn/asm/rsaz-avx2.pl
+++ b/crypto/bn/asm/rsaz-avx2.pl
@@ -90,7 +90,7 @@ if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
$avx = ($1>=10) + ($1>=11);
}
-if (!$avx && `$ENV{CC} -v` =~ /LLVM ([3-9]\.[0-9]+)/) {
+if (!$avx && `$ENV{CC} -v 2>&1` =~ /LLVM ([3-9]\.[0-9]+)/) {
$avx = ($1>=3.0) + ($1>=3.1);
}