summaryrefslogtreecommitdiffstats
path: root/make/custom/arm_bare_bsp.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/arm_bare_bsp.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/make/custom/arm_bare_bsp.cfg b/make/custom/arm_bare_bsp.cfg
index 9b178f00ba..be1d81f8ec 100644
--- a/make/custom/arm_bare_bsp.cfg
+++ b/make/custom/arm_bare_bsp.cfg
@@ -15,21 +15,9 @@ RTEMS_BSP_FAMILY=arm_bare_bsp
# 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 contains the compiler options necessary to select the CPU model
@@ -58,7 +46,6 @@ CFLAGS_OPTIMIZE_V=
CFLAGS_DEBUG_V = -O1
#CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align
-
# The following is a ld command file which works without using the
# -specs system in gcc 2.8. IT HAS NEVER BEEN TESTED WITH THIS BSP!!!
# $(LD) $(XLDFLAGS) -T $(LINKCMDS) \