GCC uses __i386__.

This commit is contained in:
Richard Levitte 2002-01-26 03:57:41 +00:00
parent a3fffd648b
commit 123c401967

View File

@ -147,7 +147,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
# define DES_PTR
# define DES_RISC2
# define DES_UNROLL
#elif defined( i386 ) /* x86 boxes, should be gcc */
#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */
# define DES_PTR
# define DES_RISC1
# define DES_UNROLL