Fixed endian detection on IA64 architectures (thanks Bill!)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4025
This commit is contained in:
Sam Lantinga 2001-05-10 20:25:51 +00:00
parent 6eafdeac22
commit c0b3f77096
2 changed files with 3 additions and 2 deletions

View file

@ -39,7 +39,7 @@ static char rcsid =
script so that application code can use this too. The "right" way would
be to dynamically generate this file on install, but that's a lot of work.
*/
#if defined(__i386__) || defined(WIN32) || \
#if defined(__i386__) || defined(__ia64__) || defined(WIN32) || \
(defined(__alpha__) || defined(__alpha)) || \
defined(__arm__) || \
(defined(__mips__) && defined(__MIPSEL__)) || \