summaryrefslogtreecommitdiffstats
path: root/make/custom/c4xsim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/c4xsim.cfg')
-rw-r--r--make/custom/c4xsim.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/make/custom/c4xsim.cfg b/make/custom/c4xsim.cfg
index 2fe0f08b1c..54d92133ff 100644
--- a/make/custom/c4xsim.cfg
+++ b/make/custom/c4xsim.cfg
@@ -25,21 +25,7 @@ RTEMS_BSP_FAMILY=c4xsim
CFLAGS_OPTIMIZE_V=-O1
# This section 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
-#
-# RTEMS_DEBUG (RTEMS)
-# If defined, debug checks in RTEMS and support library code are enabled.
-#
-
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
endef
# this target has no start file