aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/xm-mot3300.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m68k/xm-mot3300.h')
-rw-r--r--gcc/config/m68k/xm-mot3300.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/m68k/xm-mot3300.h b/gcc/config/m68k/xm-mot3300.h
index 8f4c0a46bf9..c61bd293e25 100644
--- a/gcc/config/m68k/xm-mot3300.h
+++ b/gcc/config/m68k/xm-mot3300.h
@@ -40,3 +40,7 @@ extern char *alloca ();
#define __PTR_TO_INT(P) ((int)(P))
#define __INT_TO_PTR(P) ((char *)(P))
+
+/* We need POSIX/XOPEN symbols; otherwise make check will fail. */
+#define ADD_MISSING_POSIX 1
+#define ADD_MISSING_XOPEN 1