GCC uses __i386__.
This commit is contained in:
parent
a3fffd648b
commit
123c401967
@ -147,7 +147,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
|
|||||||
# define DES_PTR
|
# define DES_PTR
|
||||||
# define DES_RISC2
|
# define DES_RISC2
|
||||||
# define DES_UNROLL
|
# 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_PTR
|
||||||
# define DES_RISC1
|
# define DES_RISC1
|
||||||
# define DES_UNROLL
|
# define DES_UNROLL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user