| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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). | |
| Back | FazBrowse Home | New Git URL |
0 commit comments