summaryrefslogtreecommitdiffstats
path: root/make/custom/gensh1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/gensh1.cfg')
-rw-r--r--make/custom/gensh1.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg
index 44b65697e6..7d2ef2580d 100644
--- a/make/custom/gensh1.cfg
+++ b/make/custom/gensh1.cfg
@@ -38,15 +38,9 @@ CFLAGS_OPTIMIZE_V = -O4
# This section makes the target dependent options file.
-# RTEMS_TEST_NO_PAUSE (RTEMS tests)
-# do not pause between screens of output in the rtems tests
-#
-
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 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.