Skip to content

Commit 25aa222

Browse files
bnoordhuistargos
authored andcommitted
build: generate openssl config for BSD-x86
Add BSD-x86 to the list of arches and regenerate everything. Everything in deps/openssl/config/archs/BSD-x86 is auto-generated, everything else is manual edits to include the right files in the right places. I cheated a little: I didn't check in changes to files for other arches because they contained mostly churn (updated buildstamps and such.) Fixes: #20326 PR-URL: #28806 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 19070e4 commit 25aa222

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+144194
-1
lines changed

deps/openssl/config/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif
99
PERL = perl
1010

1111
# Supported architecture list
12-
ASM_ARCHS = aix-gcc aix64-gcc BSD-x86_64 \
12+
ASM_ARCHS = aix-gcc aix64-gcc BSD-x86 BSD-x86_64 \
1313
darwin64-x86_64-cc darwin-i386-cc linux-aarch64 \
1414
linux-armv4 linux-elf linux-x32 linux-x86_64 linux-ppc \
1515
linux-ppc64 linux-ppc64le linux32-s390x linux64-s390x linux64-mips64\

0 commit comments

Comments
 (0)