summaryrefslogtreecommitdiff
path: root/cipher/Makefile.am
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@iki.fi>2021-11-18 09:18:07 +0200
committerJussi Kivilinna <jussi.kivilinna@iki.fi>2021-11-18 19:38:07 +0200
commitf10fa6b9a6ca7565408c4685d88a38893396d02b (patch)
tree492ad136a48b6ed71b2f6c4b3b63f5aba3930e14 /cipher/Makefile.am
parenta44301f6d2051b6b4e20b4459f41aa2b95f8b2b7 (diff)
downloadlibgcrypt-f10fa6b9a6ca7565408c4685d88a38893396d02b.tar.gz
Do not build poly1305-s390x.S on foreign architectures
* configure.ac [host=s390x-*-*]: Add 'poly1305-s390x.lo'. * cipher/Makefile.am: Move 'poly1305-s390x.S' to 'EXTRA_libcipher_la_SOURCES'. -- GnuPG-bug-id: 5694 Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r--cipher/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 801e726a..51306d0a 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -61,7 +61,6 @@ libcipher_la_SOURCES = \
mac.c mac-internal.h \
mac-hmac.c mac-cmac.c mac-gmac.c mac-poly1305.c \
poly1305.c poly1305-internal.h \
- poly1305-s390x.S \
kdf.c kdf-internal.h \
bithelp.h \
bufhelp.h \
@@ -99,6 +98,7 @@ EXTRA_libcipher_la_SOURCES = \
gostr3411-94.c \
md4.c \
md5.c \
+ poly1305-s390x.S \
rijndael.c rijndael-internal.h rijndael-tables.h \
rijndael-aesni.c rijndael-padlock.c \
rijndael-amd64.S rijndael-arm.S \