BUILD: Pass LDFLAGS on the command line for the endianness test
This commit is contained in:
parent
3a25a3c926
commit
0b4acfeed0
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue