config: don't use unaligned access on RISC

configure.ac enables it only on x86 and m68k. Mirror it in our manual config
This commit is contained in:
Vladimir Serbinenko
2020-04-27 23:38:36 +02:00
parent 3fddf24a21
commit 5ea2abc025
+4
View File
@@ -541,7 +541,11 @@
#define WORDS_BIGENDIAN 1
#endif
/* Define if unaligned word access is ok. */
#if defined(__i386__) || defined(__x86_64__) || defined(__m68k__)
#define WORDS_UNALIGNED_OK 1
#else
#undef WORDS_UNALIGNED_OK
#endif
/* Target: Standard X11. */
/* #undef X11 */