--- gcc/config/m68k/hp320.h 2018/04/24 18:10:24 1.1 +++ gcc/config/m68k/hp320.h 2018/04/24 18:14:20 1.1.1.2 @@ -43,13 +43,14 @@ the Free Software Foundation, 675 Mass A #define AS_BUG_TRAILING_LABEL #endif +#endif /* not USE_GAS */ + /* gcc.c should find libgcc.a itself rather than expecting linker to. */ #define LINK_LIBGCC_SPECIAL /* The arguments of -L must be a separate argv element. */ #define SPACE_AFTER_L_OPTION /* HP/UX doesn't have libg.a. */ #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" -#endif /* Be compatible with system stddef.h. */ #define SIZE_TYPE "unsigned int" @@ -123,7 +124,7 @@ the Free Software Foundation, 675 Mass A /* These are the ones defined by HPUX cc, plus mc68000 for uniformity with GCC on other 68000 systems. */ -#define CPP_PREDEFINES "-Dhp9000s200 -Dhp9000s300 -DPWB -Dhpux -Dunix -D__hp9000s300 -D__hp9000s200 -D__PWB -D__hpux -D__unix" +#define CPP_PREDEFINES "-Dhp9000s200 -Dhp9000s300 -DPWB -Dhpux -Dunix -D__hp9000s300 -D__hp9000s200 -D__PWB -D__hpux -D__unix -D__motorola__ -Asystem(unix) -Asystem(hpux) -Acpu(m68k) -Amachine(m68k)" /* Every structure or union's size must be a multiple of 2 bytes. */