Commit 123c4019 authored by Richard Levitte's avatar Richard Levitte
Browse files

GCC uses __i386__.

parent a3fffd64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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