--- gcc/config/i860v3.h 2018/04/24 17:59:58 1.1.1.3 +++ gcc/config/i860v3.h 2018/04/24 18:05:51 1.1.1.4 @@ -22,9 +22,12 @@ the Free Software Foundation, 675 Mass A #include "i860.h" #include "svr3.h" +#undef TARGET_VERSION +#define TARGET_VERSION fprintf (stderr, " (i860, System V Release 3)") + /* Provide a set of pre-definitions and pre-assertions appropriate for the i860 running svr3. */ -#define CPP_PREDEFINES "-Di860 -Dunix -DSVR3" +#define CPP_PREDEFINES "-Di860 -Dunix -D__svr3__" /* Use crt1.o as a startup file and crtn.o as a closing file. */ @@ -156,4 +159,5 @@ tdesc_section () \ } /* Enable the `const' section that svr3.h defines how to use. */ +#undef USE_CONST_SECTION #define USE_CONST_SECTION 1