summaryrefslogtreecommitdiffstats
path: root/make/custom/erc32.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/erc32.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg
index 801a8c5fcc..bc8b7ab533 100644
--- a/make/custom/erc32.cfg
+++ b/make/custom/erc32.cfg
@@ -30,9 +30,6 @@ CFLAGS_OPTIMIZE_V=-O4
# This makes the target dependent options file
-# 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
#
@@ -55,7 +52,6 @@ CFLAGS_OPTIMIZE_V=-O4
#
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define NO_TABLE_MOVE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
@@ -63,8 +59,6 @@ define make-target-options
@echo "#define FPU_REVB 1" >>$@
endef
-
-
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.