Now accepts more PowerPC "standard" defines, which allows it to build here.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3201 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
#ifdef i386
|
#ifdef i386
|
||||||
# define xLITTLE_ENDIAN 1
|
# define xLITTLE_ENDIAN 1
|
||||||
#endif
|
#endif
|
||||||
#ifdef __ppc__
|
#if defined(__ppc__) || defined(__PPC__) || defined(__POWERPC__)
|
||||||
# define xBIG_ENDIAN 1
|
# define xBIG_ENDIAN 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user