Defining architecture dependent endian constants for arch mipsel.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32465 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ac5f5cdf01
commit
08cd7c0c06
@ -10,7 +10,7 @@
|
||||
* significant byte, "1" the least significant one.
|
||||
*/
|
||||
|
||||
#if defined(__INTEL__) || defined(__ARM__)
|
||||
#if defined(__INTEL__) || defined(__ARM__) || defined(__MIPSEL__)
|
||||
# define LITTLE_ENDIAN 1234
|
||||
# define BIG_ENDIAN 0
|
||||
# define BYTE_ORDER LITTLE_ENDIAN
|
||||
|
Loading…
x
Reference in New Issue
Block a user