summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2013-08-21 18:24:42 (GMT)
committerRemko Tronçon <git@el-tramo.be>2013-08-22 20:27:22 (GMT)
commit099c4028d6b357fd1de7e2d6296628c1367bf30d (patch)
tree6a6c3133a328d19518993ccf7982c26b269050e2 /3rdParty/Boost/src/boost/detail/endian.hpp
parent07e9627cc7556d34c6fa5bd25ac8f34cd975d6bb (diff)
downloadswift-099c4028d6b357fd1de7e2d6296628c1367bf30d.zip
swift-099c4028d6b357fd1de7e2d6296628c1367bf30d.tar.bz2
Add boost/scope_exit.
Change-Id: I6a38e842252aa24f456465d181ccf0aae763abb5
Diffstat (limited to '3rdParty/Boost/src/boost/detail/endian.hpp')
-rw-r--r--3rdParty/Boost/src/boost/detail/endian.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdParty/Boost/src/boost/detail/endian.hpp b/3rdParty/Boost/src/boost/detail/endian.hpp
index 98c870c..ac77a2e 100644
--- a/3rdParty/Boost/src/boost/detail/endian.hpp
+++ b/3rdParty/Boost/src/boost/detail/endian.hpp
@@ -66,8 +66,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
#else