diff options
Diffstat (limited to 'gcc/config/rtems.h')
-rw-r--r-- | gcc/config/rtems.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/rtems.h b/gcc/config/rtems.h index 2656ff7..3011543 100644 --- a/gcc/config/rtems.h +++ b/gcc/config/rtems.h @@ -21,11 +21,6 @@ Boston, MA 02111-1307, USA. */ /* The system headers under RTEMS are C++-aware. */ #define NO_IMPLICIT_EXTERN_C -/* Generate calls to memcpy, memcmp and memset. */ -#ifndef TARGET_MEM_FUNCTIONS -#define TARGET_MEM_FUNCTIONS -#endif - /* * Dummy start/end specification to let linker work as * needed by autoconf scripts using this compiler. |