[Scummvm-git-logs] scummvm master -> 49dc93a409ad24d2b17a8a38388f3347bc09f27c
eriktorbjorn
noreply at scummvm.org
Mon Nov 6 21:37:39 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
49dc93a409 CONFIGURE: Remove endianness check .dwo file
Commit: 49dc93a409ad24d2b17a8a38388f3347bc09f27c
https://github.com/scummvm/scummvm/commit/49dc93a409ad24d2b17a8a38388f3347bc09f27c
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2023-11-06T22:37:12+01:00
Commit Message:
CONFIGURE: Remove endianness check .dwo file
Changed paths:
configure
diff --git a/configure b/configure
index 4cb406a2243..708c5e5c3ab 100755
--- a/configure
+++ b/configure
@@ -2580,7 +2580,7 @@ elif $_strings $TMPO$HOSTEXEEXT 2>> "$TMPLOG" | grep LiTTleEnDian >/dev/null; th
_endian=little
fi
echo $_endian;
-cc_check_clean tmp_endianness_check.cpp tmp_endianness_check.dwo
+cc_check_clean tmp_endianness_check.cpp $TMPO-tmp_endianness_check.dwo
case $_endian in
big)
More information about the Scummvm-git-logs
mailing list