aboutsummaryrefslogtreecommitdiff
path: root/include/openssl
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-04-12 15:02:41 +0200
committerTheo Buehler <tb@openbsd.org>2025-04-12 15:02:41 +0200
commit34480a7eba9b3af01bf5ccbd844dc749147c9341 (patch)
treeae7680622519077af36d2fa49696b8d120f35b69 /include/openssl
parentf625098f8b64b917b239afd72d1317139bef1e3b (diff)
parent031c2f1722f9af10299de3d22ff3c1467d541241 (diff)
downloadportable-34480a7eba9b3af01bf5ccbd844dc749147c9341.tar.gz
portable-34480a7eba9b3af01bf5ccbd844dc749147c9341.tar.bz2
portable-34480a7eba9b3af01bf5ccbd844dc749147c9341.zip
Land #1146 - Basic longarch64 support
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/Makefile.am.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openssl/Makefile.am.tpl b/include/openssl/Makefile.am.tpl
index 303d0b9..4bbbd60 100644
--- a/include/openssl/Makefile.am.tpl
+++ b/include/openssl/Makefile.am.tpl
@@ -17,6 +17,9 @@ endif
17if HOST_I386 17if HOST_I386
18 -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h 18 -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h
19endif 19endif
20if HOST_LOONGARCH64
21 -cp $(top_srcdir)/include/arch/loongarch64/opensslconf.h opensslconf.h
22endif
20if HOST_MIPS 23if HOST_MIPS
21 -cp $(top_srcdir)/include/arch/mips/opensslconf.h opensslconf.h 24 -cp $(top_srcdir)/include/arch/mips/opensslconf.h opensslconf.h
22endif 25endif