提交 123c4019 编写于 作者: R Richard Levitte

GCC uses __i386__.

上级 a3fffd64
...@@ -147,7 +147,7 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册