[GSoC] [ARM] Patch by Johannes Wischert.
Include ARM in the endian test. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31815 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -115,7 +115,7 @@
|
|||||||
|
|
||||||
#if defined(__i386__) || defined(__ia64__) || defined(__alpha__) || \
|
#if defined(__i386__) || defined(__ia64__) || defined(__alpha__) || \
|
||||||
defined(__sparc64__) || defined(__powerpc__) || defined(__POWERPC__) || \
|
defined(__sparc64__) || defined(__powerpc__) || defined(__POWERPC__) || \
|
||||||
defined(__m68k__) || defined(__M68K__)
|
defined(__m68k__) || defined(__M68K__) || defined(__arm__) || defined(__ARM__)
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
# if BYTE_ORDER == BIG_ENDIAN
|
# if BYTE_ORDER == BIG_ENDIAN
|
||||||
# define IEEE_BIG_ENDIAN
|
# define IEEE_BIG_ENDIAN
|
||||||
|
|||||||
Reference in New Issue
Block a user