From a1c89661bcd34dc2d46bdf057704843d29461426 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 4 Dec 2018 18:32:45 -0500 Subject: [PATCH] Fix -xarch for CLMUL on Solaris --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 22bd3ac8..97652470 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -240,7 +240,7 @@ ifeq ($(DETECT_FEATURES),1) SSSE3_FLAG = -xarch=ssse3 SSE41_FLAG = -xarch=sse4_1 SSE42_FLAG = -xarch=sse4_2 - CLMUL_FLAG = -xarch=clmul + CLMUL_FLAG = -xarch=aes AESNI_FLAG = -xarch=aes AVX_FLAG = -xarch=avx AVX2_FLAG = -xarch=avx2