summaryrefslogtreecommitdiffstats
path: root/make/custom/papyrus.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/papyrus.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/papyrus.cfg b/make/custom/papyrus.cfg
index 842b4a9bf3..286700e790 100644
--- a/make/custom/papyrus.cfg
+++ b/make/custom/papyrus.cfg
@@ -21,10 +21,6 @@ RTEMS_BSP_FAMILY=papyrus
# 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
@@ -38,7 +34,6 @@ RTEMS_BSP_FAMILY=papyrus
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