12 lines
297 B
C
12 lines
297 B
C
--- src/mips/ffitarget.h.orig 2019-10-31 14:49:54 UTC
|
|
+++ src/mips/ffitarget.h
|
|
@@ -41,7 +41,7 @@
|
|
#define _MIPS_SIM_ABI32 1
|
|
#define _MIPS_SIM_NABI32 2
|
|
#define _MIPS_SIM_ABI64 3
|
|
-#elif !defined(__OpenBSD__)
|
|
+#elif !defined(__OpenBSD__) && !defined(__FreeBSD__)
|
|
# include <sgidefs.h>
|
|
#endif
|
|
|