Add a guard around _ILP32 for mips.

This is already done for other architectures in this file and fixes the
build with clang.
This commit is contained in:
John Baldwin 2017-08-21 17:45:06 +00:00
parent 7fea98ac16
commit ac3b479ec8

View file

@ -525,7 +525,9 @@ extern "C" {
/*
* Define the appropriate "implementation choices".
*/
#if !defined(_ILP32)
#define _ILP32
#endif
#if !defined(_I32LPx) && defined(_KERNEL)
#define _I32LPx
#endif