Commit e8734a4 1 parent 7fae2c9 commit e8734a4 Copy full SHA for e8734a4
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,18 @@ little)
75
75
These are listed in [ config/Makefile] ( config/Makefile ) .
76
76
Please refer [ config/opensslconf_asm.h] ( config/opensslconf_asm.h ) for details.
77
77
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
+
78
90
### Upgrading OpenSSL
79
91
80
92
Please refer to [ maintaining-openssl] ( ../../doc/contributing/maintaining-openssl.md ) .
You can’t perform that action at this time.
0 commit comments