Add Blackfin support to fix #2663

[SVN r50675]
This commit is contained in:
Beman Dawes
2009-01-19 18:52:23 +00:00
parent 120abc637c
commit d2ce3c5791

View File

@ -61,7 +61,7 @@
|| defined(_M_ALPHA) || defined(__amd64) \
|| defined(__amd64__) || defined(_M_AMD64) \
|| defined(__x86_64) || defined(__x86_64__) \
|| defined(_M_X64)
|| defined(_M_X64) || defined(__bfin__)
# define BOOST_LITTLE_ENDIAN
# define BOOST_BYTE_ORDER 1234