mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 06:39:36 +02:00
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:
@@ -541,7 +541,11 @@
|
|||||||
#define WORDS_BIGENDIAN 1
|
#define WORDS_BIGENDIAN 1
|
||||||
#endif
|
#endif
|
||||||
/* Define if unaligned word access is ok. */
|
/* Define if unaligned word access is ok. */
|
||||||
|
#if defined(__i386__) || defined(__x86_64__) || defined(__m68k__)
|
||||||
#define WORDS_UNALIGNED_OK 1
|
#define WORDS_UNALIGNED_OK 1
|
||||||
|
#else
|
||||||
|
#undef WORDS_UNALIGNED_OK
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Target: Standard X11. */
|
/* Target: Standard X11. */
|
||||||
/* #undef X11 */
|
/* #undef X11 */
|
||||||
|
|||||||
Reference in New Issue
Block a user