_ILP32 is always defined on SPARC
Signed-off-by: Alex McWhirter <alexmcwhirter@triadic.us> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #520
This commit is contained in:
parent
2a552736b7
commit
466bcf3be5
|
@ -118,10 +118,6 @@
|
|||
#define __sparc__
|
||||
#endif
|
||||
|
||||
#if !defined(_ILP32)
|
||||
#define _ILP32
|
||||
#endif
|
||||
|
||||
#if defined(__arch64__)
|
||||
#if !defined(_LP64)
|
||||
#define _LP64
|
||||
|
|
Loading…
Reference in New Issue