aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rtems.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/rtems.h')
-rw-r--r--gcc/config/rs6000/rtems.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/rs6000/rtems.h b/gcc/config/rs6000/rtems.h
index cb5cac51b74..aa68130ba17 100644
--- a/gcc/config/rs6000/rtems.h
+++ b/gcc/config/rs6000/rtems.h
@@ -24,11 +24,3 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-DPPC -D__rtems__ \
-Asystem=rtems -Acpu=powerpc -Amachine=powerpc"
-
-/* Generate calls to memcpy, memcmp and memset. */
-#ifndef TARGET_MEM_FUNCTIONS
-#define TARGET_MEM_FUNCTIONS
-#endif
-
-#undef STARTFILE_DEFAULT_SPEC
-#define STARTFILE_DEFAULT_SPEC "crt0.o%s"