Skip to content

Commit

Permalink
apply endian.patch from http://code.google.com/p/android-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
patmarion committed May 22, 2012
1 parent 434cf9e commit b961817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boost_1_45_0/boost/detail/endian.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
|| defined(_M_ALPHA) || defined(__amd64) \
|| defined(__amd64__) || defined(_M_AMD64) \
|| defined(__x86_64) || defined(__x86_64__) \
|| defined(_M_X64) || defined(__bfin__)
|| defined(_M_X64) || defined(__bfin__) \
|| defined(__ANDROID__)

# define BOOST_LITTLE_ENDIAN
# define BOOST_BYTE_ORDER 1234
Expand Down

0 comments on commit b961817

Please sign in to comment.