tm-sun3.h 560 B

1234567891011121314151617181920212223
  1. #include "tm-m68k.h"
  2. /* See tm-m68k.h. 7 means 68020 with 68881. */
  3. #define TARGET_DEFAULT 7
  4. /* -m68000 requires special flags to the assembler. */
  5. #define ASM_SPEC "%{m68000:-mc68010}%{!m68000:-mc68020}"
  6. /* Names to predefine in the preprocessor for this target machine. */
  7. #define CPP_PREDEFINES "-Dmc68000 -Dsun -Dunix"
  8. /* Alignment of field after `int : 0' in a structure. */
  9. #undef EMPTY_FIELD_BOUNDARY
  10. #define EMPTY_FIELD_BOUNDARY 16
  11. /* Every structure or union's size must be a multiple of 2 bytes. */
  12. #define STRUCTURE_SIZE_BOUNDARY 16