|
|
1.1 ! root 1: #include "tm-m68k.h" ! 2: ! 3: /* See tm-m68k.h. 0 means 68000 with no 68881. */ ! 4: ! 5: #define TARGET_DEFAULT 0 ! 6: ! 7: /* -m68020 requires special flags to the assembler. */ ! 8: ! 9: #define ASM_SPEC "%{m68020:-mc68020}%{!m68020:-mc68010}" ! 10: ! 11: /* Names to predefine in the preprocessor for this target machine. */ ! 12: ! 13: #define CPP_PREDEFINES "-Dmc68000 -Dsun -Dunix" ! 14: ! 15: /* Alignment of field after `int : 0' in a structure. */ ! 16: ! 17: #undef EMPTY_FIELD_BOUNDARY ! 18: #define EMPTY_FIELD_BOUNDARY 16 ! 19: ! 20: /* Every structure or union's size must be a multiple of 2 bytes. */ ! 21: ! 22: #define STRUCTURE_SIZE_BOUNDARY 16
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.