summaryrefslogtreecommitdiffstats
path: root/make/custom/eth_comm.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/eth_comm.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/custom/eth_comm.cfg b/make/custom/eth_comm.cfg
index 2a501fcd14..fa89562f91 100644
--- a/make/custom/eth_comm.cfg
+++ b/make/custom/eth_comm.cfg
@@ -23,9 +23,6 @@ CPU_DEFINES=
#
# RTEMS_TEST_NO_PAUSE (RTEMS tests)
# do not pause between screens of output in the rtems tests
-#
-# RTEMS_DEBUG (RTEMS)
-# If defined, debug checks in RTEMS and support library code are enabled.
#
# PPC_VECTOR_FILE_BASE (PowerPC)
# This defines the base address of the exception table.
@@ -54,7 +51,6 @@ define make-target-options
@echo >>$@
@echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
@echo "#define PPC_VECTOR_FILE_BASE 0x0000" >>$@
@echo "#define PPC_ABI PPC_ABI_EABI" >>$@
@echo "#define PPC_ASM PPC_ASM_ELF" >>$@