[Scummvm-git-logs] scummvm-tools master -> 901e057a728584d137f90a802373169d402dd067
lephilousophe
noreply at scummvm.org
Wed Dec 25 18:04:54 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
901e057a72 CONFIGURE: Synchronize memalign with ScummVM configure
Commit: 901e057a728584d137f90a802373169d402dd067
https://github.com/scummvm/scummvm-tools/commit/901e057a728584d137f90a802373169d402dd067
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-12-25T19:04:25+01:00
Commit Message:
CONFIGURE: Synchronize memalign with ScummVM configure
Changed paths:
configure
diff --git a/configure b/configure
index be15ddd0..aec9a289 100755
--- a/configure
+++ b/configure
@@ -79,7 +79,7 @@ _wxwidgets=auto
_iconv=auto
_boost=auto
_endian=unknown
-_need_memalign=no
+_need_memalign=yes
# Default option behavior yes/no
_debug_build=auto
_release_build=auto
@@ -1175,7 +1175,7 @@ test $TMPR -eq 0 || exit 1 # check exit code of subshell
# for the smaller sizes.
echo_n "Alignment required... "
case $_host_cpu in
- i[3-6]86 | x86_64 | ppc*)
+ i[3-6]86 | amd64 | x86_64 | powerpc* | ppc* | m68k)
# Unaligned access should work
_need_memalign=no
;;
More information about the Scummvm-git-logs
mailing list