From d2377970fef7d1c8e41cbb1d93b5e43185f032fc Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 19 Oct 2024 11:55:32 +0000 Subject: Remove unused sparc CPU capability detection code. This has been unused for a long time - it can be found in the attic if someone wants to clean it up and enable it in the future. ok tb@ --- src/lib/libcrypto/arch/sparc64/Makefile.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto/arch') diff --git a/src/lib/libcrypto/arch/sparc64/Makefile.inc b/src/lib/libcrypto/arch/sparc64/Makefile.inc index 9101d8a89d..43b4b199cd 100644 --- a/src/lib/libcrypto/arch/sparc64/Makefile.inc +++ b/src/lib/libcrypto/arch/sparc64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.19 2024/08/11 13:02:39 jsing Exp $ +# $OpenBSD: Makefile.inc,v 1.20 2024/10/19 11:55:32 jsing Exp $ # sparc64-specific libcrypto build rules @@ -24,7 +24,3 @@ ${dst}.S: ${LCRYPTO_SRC}/${dir}/asm/${src}.pl /usr/bin/env CC=${CC} /usr/bin/perl \ ${LCRYPTO_SRC}/${dir}/asm/${src}.pl ${.TARGET} -m64 > ${.TARGET} .endfor - -# not until Montgomery code enabled -#CFLAGS+= -DOPENSSL_CPUID_OBJ -#SRCS+= sparccpuid.S sparcv9cap.c -- cgit v1.2.3-55-g6feb