diff options
| -rw-r--r-- | include/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | include/Makefile.am | 1 | ||||
| -rw-r--r-- | include/openssl/Makefile.am.tpl | 3 | ||||
| -rwxr-xr-x | update.sh | 2 |
4 files changed, 7 insertions, 1 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index a08a781..44ab86b 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt | |||
| @@ -13,6 +13,8 @@ elseif(HOST_ARM) | |||
| 13 | file(READ arch/arm/opensslconf.h OPENSSLCONF) | 13 | file(READ arch/arm/opensslconf.h OPENSSLCONF) |
| 14 | elseif(HOST_I386) | 14 | elseif(HOST_I386) |
| 15 | file(READ arch/i386/opensslconf.h OPENSSLCONF) | 15 | file(READ arch/i386/opensslconf.h OPENSSLCONF) |
| 16 | elseif(HOST_MIPS) | ||
| 17 | file(READ arch/mips/opensslconf.h OPENSSLCONF) | ||
| 16 | elseif(HOST_MIPS64) | 18 | elseif(HOST_MIPS64) |
| 17 | file(READ arch/mips64/opensslconf.h OPENSSLCONF) | 19 | file(READ arch/mips64/opensslconf.h OPENSSLCONF) |
| 18 | elseif(HOST_POWERPC) | 20 | elseif(HOST_POWERPC) |
diff --git a/include/Makefile.am b/include/Makefile.am index 26e82fe..077637d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
| @@ -51,6 +51,7 @@ noinst_HEADERS += arch/arm/opensslconf.h | |||
| 51 | noinst_HEADERS += arch/hppa/opensslconf.h | 51 | noinst_HEADERS += arch/hppa/opensslconf.h |
| 52 | noinst_HEADERS += arch/i386/opensslconf.h | 52 | noinst_HEADERS += arch/i386/opensslconf.h |
| 53 | noinst_HEADERS += arch/m88k/opensslconf.h | 53 | noinst_HEADERS += arch/m88k/opensslconf.h |
| 54 | noinst_HEADERS += arch/mips/opensslconf.h | ||
| 54 | noinst_HEADERS += arch/mips64/opensslconf.h | 55 | noinst_HEADERS += arch/mips64/opensslconf.h |
| 55 | noinst_HEADERS += arch/powerpc/opensslconf.h | 56 | noinst_HEADERS += arch/powerpc/opensslconf.h |
| 56 | noinst_HEADERS += arch/powerpc64/opensslconf.h | 57 | noinst_HEADERS += arch/powerpc64/opensslconf.h |
diff --git a/include/openssl/Makefile.am.tpl b/include/openssl/Makefile.am.tpl index 2f67d10..303d0b9 100644 --- a/include/openssl/Makefile.am.tpl +++ b/include/openssl/Makefile.am.tpl | |||
| @@ -17,6 +17,9 @@ endif | |||
| 17 | if HOST_I386 | 17 | if HOST_I386 |
| 18 | -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h | 18 | -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h |
| 19 | endif | 19 | endif |
| 20 | if HOST_MIPS | ||
| 21 | -cp $(top_srcdir)/include/arch/mips/opensslconf.h opensslconf.h | ||
| 22 | endif | ||
| 20 | if HOST_MIPS64 | 23 | if HOST_MIPS64 |
| 21 | -cp $(top_srcdir)/include/arch/mips64/opensslconf.h opensslconf.h | 24 | -cp $(top_srcdir)/include/arch/mips64/opensslconf.h opensslconf.h |
| 22 | endif | 25 | endif |
| @@ -219,7 +219,7 @@ gen_asm() { | |||
| 219 | fi | 219 | fi |
| 220 | } | 220 | } |
| 221 | 221 | ||
| 222 | #echo generating mips ASM source for elf | 222 | echo generating mips ASM source for elf |
| 223 | gen_asm_mips o32 aes aes-mips aes-mips | 223 | gen_asm_mips o32 aes aes-mips aes-mips |
| 224 | gen_asm_mips o32 bn mips bn-mips | 224 | gen_asm_mips o32 bn mips bn-mips |
| 225 | gen_asm_mips o32 bn mips-mont mont-mips | 225 | gen_asm_mips o32 bn mips-mont mont-mips |
