Skip to content

Commit e8734a4

Browse files
danbevtargos
authored andcommitted
deps: add note about removing asm archs
PR-URL: #42616 Fixes: #42081 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 7fae2c9 commit e8734a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

deps/openssl/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,18 @@ little)
7575
These are listed in [config/Makefile](config/Makefile).
7676
Please refer [config/opensslconf_asm.h](config/opensslconf_asm.h) for details.
7777

78+
To remove or add an architecture the templates need to be updated for which
79+
there are two:
80+
* include_asm.h.tmpl
81+
* include_no-asm.h.tmpl
82+
83+
Remove the architecture in question from these files and then run:
84+
```console
85+
$ make generate-headers
86+
```
87+
Also remove the architecture from the list of supported ASM architectures in
88+
[README.md](../README.md#supported-architectures-for-use-of-asm)
89+
7890
### Upgrading OpenSSL
7991

8092
Please refer to [maintaining-openssl](../../doc/contributing/maintaining-openssl.md).

0 commit comments

Comments
 (0)