Commit 18195e57 authored by James Almer's avatar James Almer

Merge commit 'dd7e63af'

* commit 'dd7e63af':
  configure: Restore original endianness test

The test was not changed in 67e8f476
Merging only the explanation.
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents c00579ab dd7e63af
......@@ -5400,6 +5400,7 @@ done
check_cc pragma_deprecated "" '_Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"")'
# The global variable ensures the bits appear unchanged in the object file.
test_cc <<EOF || die "endian test failed"
unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment