diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2020-07-15 17:24:34 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2020-07-15 17:24:34 +0000 |
| commit | 7425ce4b54844c63e8481a64bb92dba585f8c48e (patch) | |
| tree | d66b633e45c80d5fe97049a0811816c73859457b /lib/libmd/Makefile | |
| parent | 7a61fe3a3032fcd1f8fc5961870df81fdbcab93d (diff) | |
Notes
Diffstat (limited to 'lib/libmd/Makefile')
| -rw-r--r-- | lib/libmd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index fda9b772ab380..e001bb428d3c1 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 |
