OSDN Git Service

* config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / rtems64.h
index 6433ed5..a321d0d 100644 (file)
@@ -26,3 +26,8 @@ Boston, MA 02111-1307, USA.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dmips -DMIPSEB -DR4000 -D_mips -D_MIPSEB -D_R4000 \
    -Drtems -D__rtems__ -Asystem(rtems)"
+
+/* Generate calls to memcpy, memcmp and memset.  */
+#ifndef TARGET_MEM_FUNCTIONS
+#define TARGET_MEM_FUNCTIONS
+#endif