mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
7fea98ac16
commit
ac3b479ec8
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue