summaryrefslogtreecommitdiffstats
path: root/make/custom/leon2.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/leon2.cfg')
-rw-r--r--make/custom/leon2.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/make/custom/leon2.cfg b/make/custom/leon2.cfg
index 1d1dcca041..c88f4de632 100644
--- a/make/custom/leon2.cfg
+++ b/make/custom/leon2.cfg
@@ -33,19 +33,9 @@ CFLAGS_OPTIMIZE_V=-O4
# This makes the target dependent options file
-# NDEBUG (C library)
-# if defined asserts do not generate code. This is commonly used
-# as a command line option.
-#
-# RTEMS_TEST_NO_PAUSE (RTEMS tests)
-# do not pause between screens of output in the rtems tests
-#
# NO_TABLE_MOVE (SPARC PORT)
# do not have a second trap table -- use the BSP's
#
-# RTEMS_DEBUG (RTEMS)
-# If defined, debug checks in RTEMS and support library code are enabled.
-#
# CONSOLE_USE_POLLED (leon_bsp)
# CONSOLE_USE_INTERRUPTS (leon_bsp)
# The erc32 console driver can operate in either polled or interrupt mode.
@@ -66,9 +56,6 @@ CFLAGS_OPTIMIZE_V=-O4
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
@echo "#define NO_TABLE_MOVE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@