[Scummvm-git-logs] scummvm master -> 0b4acfeed04f741ac0faaebdea976e52243ef618

bgK bastien.bouclet at gmail.com
Sat May 11 17:24:10 CEST 2019


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:
0b4acfeed0 BUILD: Pass LDFLAGS on the command line for the endianness test


Commit: 0b4acfeed04f741ac0faaebdea976e52243ef618
    https://github.com/scummvm/scummvm/commit/0b4acfeed04f741ac0faaebdea976e52243ef618
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2019-05-11T17:23:09+02:00

Commit Message:
BUILD: Pass LDFLAGS on the command line for the endianness test

Changed paths:
    configure


diff --git a/configure b/configure
index b80e4f1..a172338 100755
--- a/configure
+++ b/configure
@@ -2251,7 +2251,7 @@ unsigned short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0
 void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; }
 int main() { _ascii (); _ebcdic (); return 0; }
 EOF
-$CXX $CXXFLAGS -o $TMPO$HOSTEXEEXT tmp_endianness_check.cpp
+$CXX $LDFLAGS $CXXFLAGS -o $TMPO$HOSTEXEEXT tmp_endianness_check.cpp
 if $_strings $TMPO$HOSTEXEEXT | grep BIGenDianSyS >/dev/null; then
 	_endian=big
 elif $_strings $TMPO$HOSTEXEEXT | grep LiTTleEnDian >/dev/null; then





More information about the Scummvm-git-logs mailing list