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
This commit is contained in:
Alex Richardson 2020-07-15 17:24:34 +00:00
parent 7a61fe3a30
commit 7425ce4b54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363229

View file

@ -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