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:
Axel Dörfler
2003-05-11 03:15:41 +00:00
parent 14fcd1e5aa
commit f45e90df37
+1 -1
View File
@@ -46,7 +46,7 @@
#ifdef i386
# define xLITTLE_ENDIAN 1
#endif
#ifdef __ppc__
#if defined(__ppc__) || defined(__PPC__) || defined(__POWERPC__)
# define xBIG_ENDIAN 1
#endif