summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cipher/bufhelp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cipher/bufhelp.h b/cipher/bufhelp.h
index c1aa52e0..aec4f1cb 100644
--- a/cipher/bufhelp.h
+++ b/cipher/bufhelp.h
@@ -27,7 +27,6 @@
#if defined(HAVE_GCC_ATTRIBUTE_PACKED) && \
defined(HAVE_GCC_ATTRIBUTE_ALIGNED) && \
(defined(__i386__) || defined(__x86_64__) || \
- defined(__powerpc__) || defined(__powerpc64__) || \
(defined(__arm__) && defined(__ARM_FEATURE_UNALIGNED)) || \
defined(__aarch64__))
/* These architectures are able of unaligned memory accesses and can