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 31d08f6eb6..755e5dbfb0 100644
--- a/make/custom/helas403.cfg
+++ b/make/custom/helas403.cfg
@@ -20,10 +20,6 @@ RTEMS_BSP_FAMILY=helas403
# 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
#
@@ -38,7 +34,6 @@ RTEMS_BSP_FAMILY=helas403
# other tools like debuggers.
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@
@echo "#define PPC_USE_SPRG 1" >>$@