summaryrefslogtreecommitdiffstats
path: root/make/custom/helas403.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/helas403.cfg')
-rw-r--r--make/custom/helas403.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/helas403.cfg b/make/custom/helas403.cfg
index b9e49b33ba..31d08f6eb6 100644
--- a/make/custom/helas403.cfg
+++ b/make/custom/helas403.cfg
@@ -27,10 +27,6 @@ RTEMS_BSP_FAMILY=helas403
# 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.
# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
@@ -44,7 +40,6 @@ RTEMS_BSP_FAMILY=helas403
define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
@echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@
@echo "#define PPC_USE_SPRG 1" >>$@
endef