aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/xm-aux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m68k/xm-aux.h')
-rw-r--r--gcc/config/m68k/xm-aux.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config/m68k/xm-aux.h b/gcc/config/m68k/xm-aux.h
new file mode 100644
index 00000000000..5ac1f4654d8
--- /dev/null
+++ b/gcc/config/m68k/xm-aux.h
@@ -0,0 +1,9 @@
+#ifndef USG
+#define USG
+#endif
+
+#ifndef AUX
+#define AUX
+#endif
+
+#include "m68k/xm-m68k.h"