diff options
Diffstat (limited to 'gcc/config/m68k/xm-aux.h')
-rw-r--r-- | gcc/config/m68k/xm-aux.h | 9 |
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 0000000..5ac1f46 --- /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" |