$OpenBSD: patch-deps_openssl_config_Makefile,v 1.4 2021/09/03 20:47:30 denis Exp $

Index: deps/openssl/config/Makefile
--- deps/openssl/config/Makefile.orig
+++ deps/openssl/config/Makefile
@@ -1,15 +1,15 @@
 # This Makefile is confirmed to be run only on Linux (CentOS and
 # Ubuntu). perl5 and gas(>=2.26) are needed.
 
-UNAME_S := $(shell uname -s)
-ifneq ($(UNAME_S),Linux)
-  $(error This can be run only on Linux)
-endif
+#UNAME_S := $(shell uname -s)
+#ifneq ($(UNAME_S),Linux)
+#  $(error This can be run only on Linux)
+#endif
 
 PERL    = perl
 
 # Supported architecture list
-ASM_ARCHS = aix-gcc aix64-gcc BSD-x86 BSD-x86_64 \
+ASM_ARCHS = aix-gcc aix64-gcc BSD-x86 BSD-x86-elf BSD-x86_64 \
 darwin64-x86_64-cc darwin-i386-cc darwin64-arm64-cc linux-aarch64 \
 linux-armv4 linux-elf linux-x32 linux-x86_64 linux-ppc \
 linux-ppc64 linux-ppc64le linux32-s390x linux64-s390x linux64-mips64\
@@ -17,7 +17,6 @@ solaris-x86-gcc solaris64-x86_64-gcc VC-WIN64A VC-WIN3
 
 NO_ASM_ARCHS = VC-WIN64-ARM
 
-CC = gcc
 FAKE_GCC = ../config/fake_gcc.pl
 
 CONFIGURE = ./Configure
