diff options
Diffstat (limited to 'gcc/config/i386/rtems.h')
-rw-r--r-- | gcc/config/i386/rtems.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/rtems.h b/gcc/config/i386/rtems.h index c2381c79f6e..9e8fab73a11 100644 --- a/gcc/config/i386/rtems.h +++ b/gcc/config/i386/rtems.h @@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D__rtems__ -Asystem=rtems" +#undef TARGET_VERSION +#define TARGET_VERSION fprintf (stderr, " (80386, RTEMS)"); + /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS #define TARGET_MEM_FUNCTIONS |