From 7425ce4b54844c63e8481a64bb92dba585f8c48e Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Wed, 15 Jul 2020 17:24:34 +0000 Subject: [PATCH] Remove warning that is no longer accurate after r361853 We now build the skein assembly with clangs integrated assembler. Reviewed By: emaste Differential Revision: https://reviews.freebsd.org/D25664 --- lib/libmd/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index fda9b772ab3..e001bb428d3 100644 --- a/lib/libmd/Makefile +++ b/lib/libmd/Makefile @@ -121,8 +121,6 @@ CFLAGS+= -DRMD160_ASM ACFLAGS+= -DSKEIN_LOOP=0 SRCS+= skein_block_asm.S CFLAGS+= -DSKEIN_ASM -DSKEIN_USE_ASM=1792 # list of block functions to replace with assembly: 256+512+1024 = 1792 -.else -.warning as not available: not using optimized Skein asm .endif .if exists(${MACHINE_ARCH}/sha.S) || exists(${MACHINE_ARCH}/rmd160.S) || exists(${MACHINE_ARCH}/skein_block_asm.S) ACFLAGS+= -DELF -Wa,--noexecstack