Skip to content

Commit 901e057

Browse files
committed
CONFIGURE: Synchronize memalign with ScummVM configure
1 parent b18d665 commit 901e057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ _wxwidgets=auto
7979
_iconv=auto
8080
_boost=auto
8181
_endian=unknown
82-
_need_memalign=no
82+
_need_memalign=yes
8383
# Default option behavior yes/no
8484
_debug_build=auto
8585
_release_build=auto
@@ -1175,7 +1175,7 @@ test $TMPR -eq 0 || exit 1 # check exit code of subshell
11751175
# for the smaller sizes.
11761176
echo_n "Alignment required... "
11771177
case $_host_cpu in
1178-
i[3-6]86 | x86_64 | ppc*)
1178+
i[3-6]86 | amd64 | x86_64 | powerpc* | ppc* | m68k)
11791179
# Unaligned access should work
11801180
_need_memalign=no
11811181
;;

0 commit comments

Comments
 (0)