[Scummvm-tracker] [ScummVM] #10695: ppc64le incorrectly detected as big endian
digitall
trac at scummvm.org
Mon Oct 1 04:54:30 CEST 2018
#10695: ppc64le incorrectly detected as big endian
------------------------+--------------------
Reporter: classilla | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Ports
Resolution: | Keywords:
Game: |
------------------------+--------------------
Comment (by digitall):
You could also try the following patch to the configure script:
{{{
diff --git a/configure b/configure
index 2f846010ac..0466a48359 100755
--- a/configure
+++ b/configure
@@ -2215,6 +2215,8 @@ elif $_strings $TMPO.o | grep LiTTleEnDian
>/dev/null; then
_endian=little
fi
echo $_endian;
+cp tmp_endianness_check.cpp tmp_endianness_check.cpp.bak
+cp $TMPO.o tmp_endianness_check.o.bak
cc_check_clean tmp_endianness_check.cpp
case $_endian in
}}}
This will copy the relevant source code and object file for this test to
files ending in .bak so you can zip them and attach to this bug for
analysis.
--
Ticket URL: <https://bugs.scummvm.org/ticket/10695#comment:2>
ScummVM <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list