diff options
Diffstat (limited to 'gcc/config/i386/go32-rtems.h')
-rw-r--r-- | gcc/config/i386/go32-rtems.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/i386/go32-rtems.h b/gcc/config/i386/go32-rtems.h index 99bada61aa6..9ae1998db51 100644 --- a/gcc/config/i386/go32-rtems.h +++ b/gcc/config/i386/go32-rtems.h @@ -31,5 +31,10 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-Dunix -Di386 -DGO32 -DMSDOS -Drtems -D__rtems__ \ -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) -Asystem(rtems)" +/* Generate calls to memcpy, memcmp and memset. */ +#ifndef TARGET_MEM_FUNCTIONS +#define TARGET_MEM_FUNCTIONS +#endif + /* end of i386/go32-rtems.h */ |