Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 25aa222

Browse filesBrowse 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 <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 19070e4 commit 25aa222
Copy full SHA for 25aa222

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

79 files changed

+144194
-1
lines changed
Open diff view settings
Collapse file

‎deps/openssl/config/Makefile‎

Copy file name to clipboardExpand all lines: deps/openssl/config/Makefile
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.