diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:02:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:02:05 +0200 |
commit | e8704754ec72eb19159d167d79a1d89a899ea632 (patch) | |
tree | 45fa8b58371e9f40cd1fbd169cbd497eb300a2a1 /config.h | |
parent | 25d9e648d730c649a9769b04dc0a246fbc9680cb (diff) | |
parent | c9aac994d65f7bcc3659e3219d6729a24c803fcf (diff) |
Update upstream source from tag 'upstream/3.6'
Update to upstream version '3.6'
with Debian dir ea85aaa693054009bb715a20c2cafaee53e5bb7a
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ #endif /* Use memory alignment workaround or not */ -#ifdef __ia64__ +#if defined(__ia64__) || defined(__arm__) #define ALIGNMENT_WORKAROUND #endif |