From 9c1e4607bcd166120d801f4b9250b9040b5d2b1b Mon Sep 17 00:00:00 2001 From: miod <> Date: Fri, 11 Sep 2015 14:48:06 +0000 Subject: [PATCH] Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assembler machinery. OpenBSD has never been not ELF on amd64, and changing this will actually make -portable life slightly easier in the near future. --- src/lib/libcrypto/crypto/arch/amd64/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/crypto/arch/amd64/Makefile.inc b/src/lib/libcrypto/crypto/arch/amd64/Makefile.inc index 3f921964..081ed3c2 100644 --- a/src/lib/libcrypto/crypto/arch/amd64/Makefile.inc +++ b/src/lib/libcrypto/crypto/arch/amd64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2014/11/17 20:31:21 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2015/09/11 14:48:06 miod Exp $ # amd64-specific libcrypto build rules @@ -63,7 +63,7 @@ SRCS+= ${f}.S GENERATED+=${f}.S ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl (cd ${LCRYPTO_SRC}/${dir} ; \ - /usr/bin/perl ./asm/${f}.pl openbsd-elf) > ${.TARGET} + /usr/bin/perl ./asm/${f}.pl openbsd) > ${.TARGET} .endfor CFLAGS+= -DOPENSSL_CPUID_OBJ