summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/Cygwin-posix.cfg5
-rw-r--r--make/custom/FreeBSD-posix.cfg8
-rw-r--r--make/custom/HPUX9-posix.cfg4
-rw-r--r--make/custom/Linux-posix.cfg5
-rw-r--r--make/custom/Solaris-posix.cfg5
-rw-r--r--make/custom/bare.cfg5
-rw-r--r--make/custom/cvme961.cfg5
-rw-r--r--make/custom/dmv152.cfg5
-rw-r--r--make/custom/dmv177.cfg4
-rw-r--r--make/custom/efi332.cfg6
-rw-r--r--make/custom/efi68k.cfg5
-rw-r--r--make/custom/erc32.cfg6
-rw-r--r--make/custom/eth_comm.cfg5
-rw-r--r--make/custom/gen68302.cfg5
-rw-r--r--make/custom/gen68340.cfg5
-rw-r--r--make/custom/gen68360.cfg7
-rw-r--r--make/custom/gensh1.cfg6
-rw-r--r--make/custom/gensh2.cfg5
-rw-r--r--make/custom/h8sim.cfg5
-rw-r--r--make/custom/helas403.cfg5
-rw-r--r--make/custom/i386ex.cfg5
-rw-r--r--make/custom/i960sim.cfg5
-rw-r--r--make/custom/idp.cfg5
-rw-r--r--make/custom/mbx860_005b.cfg1
-rw-r--r--make/custom/mbx8xx.cfg6
-rw-r--r--make/custom/mcp750.cfg5
-rw-r--r--make/custom/mvme136.cfg7
-rw-r--r--make/custom/mvme147.cfg6
-rw-r--r--make/custom/mvme162.cfg4
-rw-r--r--make/custom/mvme167.cfg4
-rw-r--r--make/custom/mvme2307.cfg5
-rw-r--r--make/custom/ods68302.cfg5
-rw-r--r--make/custom/p4000.cfg6
-rw-r--r--make/custom/p4600.cfg6
-rw-r--r--make/custom/p4650.cfg6
-rw-r--r--make/custom/papyrus.cfg5
-rw-r--r--make/custom/pc386.cfg5
-rw-r--r--make/custom/portsw.cfg6
-rw-r--r--make/custom/ppcn_60x.cfg4
-rw-r--r--make/custom/psim.cfg6
-rw-r--r--make/custom/rxgen960.cfg4
-rw-r--r--make/custom/score603e.cfg5
-rw-r--r--make/custom/simhppa.cfg5
-rw-r--r--make/custom/ts_386ex.cfg4
44 files changed, 0 insertions, 226 deletions
diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg
index 0f61188e73..1f425311ec 100644
--- a/make/custom/Cygwin-posix.cfg
+++ b/make/custom/Cygwin-posix.cfg
@@ -31,14 +31,10 @@ CFLAGS_OPTIMIZE_V = -O2
# 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
-#
# RTEMS_UNIX (unix)
# Define this to indicate this is an RTEMS UNIX port.
define make-target-options
- echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
echo "#define RTEMS_UNIX 1 " >>$@
endef
@@ -48,6 +44,5 @@ define make-exe
$(SIZE) $@
endef
-
# *****************************************************************
# Miscellaneous additions go here
diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg
index 80611b5507..944cc24cba 100644
--- a/make/custom/FreeBSD-posix.cfg
+++ b/make/custom/FreeBSD-posix.cfg
@@ -1,7 +1,5 @@
#
# Config file for the FreeBSD 2.x based RTEMS UNIX
-#
-#
RTEMS_CPU=unix
RTEMS_CPU_FAMILY=i386
@@ -22,21 +20,16 @@ LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
LIBC_DEFINES += -DWORKSPACE_MB=2
LIBC_DEFINES += -DHEAPSPACE_MB=1
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O2
# 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
-#
# RTEMS_UNIX (unix)
# Define this to indicate this is an RTEMS UNIX port.
define make-target-options
- echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
echo "#define RTEMS_UNIX 1 " >>$@
endef
@@ -46,6 +39,5 @@ define make-exe
$(SIZE) $@
endef
-
# *****************************************************************
# Miscellaneous additions go here
diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg
index a8ed92016d..1aa6dead4f 100644
--- a/make/custom/HPUX9-posix.cfg
+++ b/make/custom/HPUX9-posix.cfg
@@ -35,14 +35,10 @@ CFLAGS_OPTIMIZE_V = -O2
# 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
-#
# RTEMS_UNIX (unix)
# Define this to indicate this is an RTEMS UNIX port.
define make-target-options
- echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
echo "#define RTEMS_UNIX 1 " >>$@
endef
diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg
index 75107a4499..f86b4f2e70 100644
--- a/make/custom/Linux-posix.cfg
+++ b/make/custom/Linux-posix.cfg
@@ -31,14 +31,10 @@ CFLAGS_OPTIMIZE_V = -O2
# 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
-#
# RTEMS_UNIX (unix)
# Define this to indicate this is an RTEMS UNIX port.
define make-target-options
- echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
echo "#define RTEMS_UNIX 1 " >>$@
endef
@@ -48,6 +44,5 @@ define make-exe
$(SIZE) $@
endef
-
# *****************************************************************
# Miscellaneous additions go here
diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg
index a43465c76e..5b183d745f 100644
--- a/make/custom/Solaris-posix.cfg
+++ b/make/custom/Solaris-posix.cfg
@@ -28,14 +28,10 @@ CFLAGS_OPTIMIZE_V = -O2
# 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
-#
# RTEMS_UNIX (unix)
# Define this to indicate this is an RTEMS UNIX port.
define make-target-options
- echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
echo "#define RTEMS_UNIX 1 " >>$@
endef
@@ -47,5 +43,4 @@ endef
# *****************************************************************
-
# Miscellaneous additions go here
diff --git a/make/custom/bare.cfg b/make/custom/bare.cfg
index 64e73268f5..5ec1a6fb52 100644
--- a/make/custom/bare.cfg
+++ b/make/custom/bare.cfg
@@ -21,12 +21,7 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
# this target has no start file
diff --git a/make/custom/cvme961.cfg b/make/custom/cvme961.cfg
index 8d154c1e88..efa76f66fb 100644
--- a/make/custom/cvme961.cfg
+++ b/make/custom/cvme961.cfg
@@ -27,12 +27,7 @@ CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures
# 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
diff --git a/make/custom/dmv152.cfg b/make/custom/dmv152.cfg
index 5d93e5ac49..aeae57065b 100644
--- a/make/custom/dmv152.cfg
+++ b/make/custom/dmv152.cfg
@@ -28,17 +28,12 @@ BSP_CPPFLAGS = -DUSE_CHANNEL_A
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
-#
# USE_CHANNEL_A (DMV152)
# USE_CHANNEL_B (DMV152)
# One and only one of these should be set to 1 to indicate which
# serial port is used as the RTEMS console.
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
# @echo "#define USE_CHANNEL_A 1" >>$@
# @echo "#define USE_CHANNEL_B 0" >>$@
endef
diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg
index 9fbe7ba649..452ac13478 100644
--- a/make/custom/dmv177.cfg
+++ b/make/custom/dmv177.cfg
@@ -18,9 +18,6 @@ RTEMS_BSP_FAMILY=dmv177
# 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
-#
# CONSOLE_USE_POLLED (psim_bsp)
# CONSOLE_USE_INTERRUPTS (psim_bsp)
# The psim console driver has the structure to operate in either
@@ -52,7 +49,6 @@ RTEMS_BSP_FAMILY=dmv177
# The BSP actually contains the call that enables this.
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
@echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@
diff --git a/make/custom/efi332.cfg b/make/custom/efi332.cfg
index f537959af8..c62ef47b86 100644
--- a/make/custom/efi332.cfg
+++ b/make/custom/efi332.cfg
@@ -21,12 +21,7 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
@@ -55,5 +50,4 @@ define make-exe
endef
endif
-
# Miscellaneous additions go here
diff --git a/make/custom/efi68k.cfg b/make/custom/efi68k.cfg
index f4d6eee6e8..50c9880513 100644
--- a/make/custom/efi68k.cfg
+++ b/make/custom/efi68k.cfg
@@ -25,12 +25,7 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
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.
diff --git a/make/custom/eth_comm.cfg b/make/custom/eth_comm.cfg
index d87285ad05..00575e539d 100644
--- a/make/custom/eth_comm.cfg
+++ b/make/custom/eth_comm.cfg
@@ -17,9 +17,6 @@ CPU_DEFINES=
# 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
-#
# PPC_VECTOR_FILE_BASE (PowerPC)
# This defines the base address of the exception table.
# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
@@ -45,7 +42,6 @@ define make-target-options
@echo "#endif" >>$@
@echo "#define mpc$(CPU_TYPE) 1" >>$@
@echo >>$@
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define PPC_VECTOR_FILE_BASE 0x0000" >>$@
@echo "#define PPC_ABI PPC_ABI_EABI" >>$@
@echo "#define PPC_ASM PPC_ASM_ELF" >>$@
@@ -88,4 +84,3 @@ endif
# Miscellaneous additions go here
-
diff --git a/make/custom/gen68302.cfg b/make/custom/gen68302.cfg
index 1fa979dcb7..776e19d275 100644
--- a/make/custom/gen68302.cfg
+++ b/make/custom/gen68302.cfg
@@ -26,12 +26,7 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
diff --git a/make/custom/gen68340.cfg b/make/custom/gen68340.cfg
index a4dde4be34..b355b61e6d 100644
--- a/make/custom/gen68340.cfg
+++ b/make/custom/gen68340.cfg
@@ -20,12 +20,8 @@ CPU_CFLAGS = -mcpu32
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
@@ -71,5 +67,4 @@ endef
# $(basename $@).exe $(basename $@).ieee
endif
-
# Miscellaneous additions go here
diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg
index eba370c9d9..bc83d07b84 100644
--- a/make/custom/gen68360.cfg
+++ b/make/custom/gen68360.cfg
@@ -32,17 +32,11 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
-#
-
ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
else
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define RTEMS__mcpu32p__ 1" >>$@
endef
endif
@@ -76,5 +70,4 @@ define make-exe
endef
endif
-
# Miscellaneous additions go here
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.
diff --git a/make/custom/gensh2.cfg b/make/custom/gensh2.cfg
index 8c3144e0c0..c79491b4a4 100644
--- a/make/custom/gensh2.cfg
+++ b/make/custom/gensh2.cfg
@@ -41,9 +41,6 @@ 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
-#
# STANDALONE_EVB
# This switch compiles code to jump-start from FLASH, without a monitor
#
@@ -53,13 +50,11 @@ CFLAGS_OPTIMIZE_V = -O4
#
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define RTEMS_TEST_IO_STREAM 1" >>$@
@echo "/* #define STANDALONE_EVB 1 */" >>$@
@echo "#define START_HW_INIT 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.
diff --git a/make/custom/h8sim.cfg b/make/custom/h8sim.cfg
index bd22ae04dd..48583873b3 100644
--- a/make/custom/h8sim.cfg
+++ b/make/custom/h8sim.cfg
@@ -24,12 +24,7 @@ CFLAGS_OPTIMIZE_V=-O0 -g
# 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
diff --git a/make/custom/helas403.cfg b/make/custom/helas403.cfg
index 755e5dbfb0..02758eaa23 100644
--- a/make/custom/helas403.cfg
+++ b/make/custom/helas403.cfg
@@ -20,9 +20,6 @@ RTEMS_BSP_FAMILY=helas403
# 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
-#
# PPC_VECTOR_FILE_BASE (PowerPC)
# This defines the base address of the exception table.
# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
@@ -34,7 +31,6 @@ RTEMS_BSP_FAMILY=helas403
# other tools like debuggers.
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@
@echo "#define PPC_USE_SPRG 1" >>$@
endef
@@ -78,4 +74,3 @@ endif
# Miscellaneous additions go here
-
diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg
index 7879487145..ff2535d750 100644
--- a/make/custom/i386ex.cfg
+++ b/make/custom/i386ex.cfg
@@ -24,12 +24,7 @@ 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
# Something like this should produce a map file but this does not work.
diff --git a/make/custom/i960sim.cfg b/make/custom/i960sim.cfg
index 86eb36e43a..25e67cda47 100644
--- a/make/custom/i960sim.cfg
+++ b/make/custom/i960sim.cfg
@@ -24,12 +24,7 @@ CFLAGS_OPTIMIZE_V=-O0 -g
# 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
diff --git a/make/custom/idp.cfg b/make/custom/idp.cfg
index a23e3b70f3..e8246006ff 100644
--- a/make/custom/idp.cfg
+++ b/make/custom/idp.cfg
@@ -14,12 +14,7 @@ RTEMS_BSP_FAMILY=idp
# 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
# This contains the compiler options necessary to select the CPU model
diff --git a/make/custom/mbx860_005b.cfg b/make/custom/mbx860_005b.cfg
index 7dd7544b7a..c588da453c 100644
--- a/make/custom/mbx860_005b.cfg
+++ b/make/custom/mbx860_005b.cfg
@@ -30,5 +30,4 @@ define make-target-options
@echo "#define PPC_USE_SPRG 0" >>$@
@echo "/* #define PPC_USE_DATA_CACHE 1" */ >>$@
@echo >>$@
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg
index 5a4fc23e40..2522570790 100644
--- a/make/custom/mbx8xx.cfg
+++ b/make/custom/mbx8xx.cfg
@@ -104,11 +104,6 @@ endif # mbx821
# If defined, then the PowerPC specific code in RTEMS will use
# data cache instructions to optimize the context switch code.
# This code can conflict with debuggers or emulators.
-#
-# RTEMS generic options:
-#
-# RTEMS_TEST_NO_PAUSE (RTEMS tests)
-# If defined, do not pause between screens of output in the rtems tests.
define make-target-options
@echo "#ifdef mpc$(CPU_TYPE)" >>$@
@@ -127,7 +122,6 @@ define make-target-options
@echo "#define PPC_USE_SPRG 0" >>$@
@echo "/* #define PPC_USE_DATA_CACHE 1" */ >>$@
@echo >>$@
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
# This contains the compiler options necessary to select the CPU model
diff --git a/make/custom/mcp750.cfg b/make/custom/mcp750.cfg
index 48720f2bbf..95057ba777 100644
--- a/make/custom/mcp750.cfg
+++ b/make/custom/mcp750.cfg
@@ -15,9 +15,6 @@ RTEMS_BSP_FAMILY=motorola_powerpc
# 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
-#
# PPC_VECTOR_FILE_BASE (ppc)
# This defines the base address of the exception table.
# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
@@ -35,7 +32,6 @@ RTEMS_BSP_FAMILY=motorola_powerpc
#
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define PPCN_60X_USE_DINK 0" >>$@
@echo "#define PPCN_60X_USE_NONE 1" >>$@
@echo "#define PPC_USE_DATA_CACHE 1" >>$@
@@ -66,7 +62,6 @@ CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
# BSP using inlined code
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) \
diff --git a/make/custom/mvme136.cfg b/make/custom/mvme136.cfg
index 5a72e0ce48..1e9741de26 100644
--- a/make/custom/mvme136.cfg
+++ b/make/custom/mvme136.cfg
@@ -24,12 +24,7 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
@@ -59,5 +54,3 @@ endef
endif
# Miscellaneous additions go here
-
-
diff --git a/make/custom/mvme147.cfg b/make/custom/mvme147.cfg
index dbe2905742..06dd46cbb3 100644
--- a/make/custom/mvme147.cfg
+++ b/make/custom/mvme147.cfg
@@ -21,12 +21,7 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
@@ -56,4 +51,3 @@ endef
endif
# Miscellaneous additions go here
-
diff --git a/make/custom/mvme162.cfg b/make/custom/mvme162.cfg
index 23775ef3ae..2470dc3b8d 100644
--- a/make/custom/mvme162.cfg
+++ b/make/custom/mvme162.cfg
@@ -42,13 +42,9 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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 "#undef $(RTEMS_MVME162_MODEL)" >>$@
@echo "#define $(RTEMS_MVME162_MODEL)" >>$@
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
# The following are definitions of make-exe which will work using ld as
diff --git a/make/custom/mvme167.cfg b/make/custom/mvme167.cfg
index 383bedc8d7..0ef9a49cd9 100644
--- a/make/custom/mvme167.cfg
+++ b/make/custom/mvme167.cfg
@@ -35,9 +35,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
-#
# CD2401_INT_LEVEL
# Interrupt level for the CD2401.
#
@@ -45,7 +42,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 0 for interrupt-driven, 1 for polled I/O.
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
# @echo "#define CD2401_INT_LEVEL 1" >>$@
# @echo "#define CD2401_POLLED_IO 1" >>$@
diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg
index 1afb42527a..00c8d61417 100644
--- a/make/custom/mvme2307.cfg
+++ b/make/custom/mvme2307.cfg
@@ -15,9 +15,6 @@ RTEMS_BSP_FAMILY=motorola_powerpc
# 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
-#
# CONSOLE_USE_POLLED (mvme2307_bsp)
# CONSOLE_USE_INTERRUPTS (mvme2307_bsp)
# The mvme2307 console driver has the structure to operate in either
@@ -36,7 +33,6 @@ RTEMS_BSP_FAMILY=motorola_powerpc
#
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define PPCN_60X_USE_DINK 0" >>$@
@echo "#define PPCN_60X_USE_NONE 1" >>$@
@echo "#define PPC_USE_DATA_CACHE 1" >>$@
@@ -92,7 +88,6 @@ define make-exe
# ${PROJECT_RELEASE}/bin/$${f}$(LIB_VARIANT).exe
endef
-
# Miscellaneous additions go here
# No start file
diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg
index fd9fb89260..32107fbd56 100644
--- a/make/custom/ods68302.cfg
+++ b/make/custom/ods68302.cfg
@@ -37,12 +37,7 @@ CFLAGS_DEBUG_V =
# 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
diff --git a/make/custom/p4000.cfg b/make/custom/p4000.cfg
index ff97e1a5f8..32e10086a5 100644
--- a/make/custom/p4000.cfg
+++ b/make/custom/p4000.cfg
@@ -13,15 +13,9 @@ RTEMS_BSP_FAMILY=p4000
# 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
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
diff --git a/make/custom/p4600.cfg b/make/custom/p4600.cfg
index d9df2f90d9..a2b8437117 100644
--- a/make/custom/p4600.cfg
+++ b/make/custom/p4600.cfg
@@ -19,15 +19,9 @@ CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
# 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
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
diff --git a/make/custom/p4650.cfg b/make/custom/p4650.cfg
index b8a1443581..be6c4525ef 100644
--- a/make/custom/p4650.cfg
+++ b/make/custom/p4650.cfg
@@ -19,15 +19,9 @@ CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
# 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
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
diff --git a/make/custom/papyrus.cfg b/make/custom/papyrus.cfg
index 9114bf8738..569acf9802 100644
--- a/make/custom/papyrus.cfg
+++ b/make/custom/papyrus.cfg
@@ -14,9 +14,6 @@ RTEMS_BSP_FAMILY=papyrus
# 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
-#
# PPC_VECTOR_FILE_BASE (PowerPC)
# This defines the base address of the exception table.
# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
@@ -28,7 +25,6 @@ RTEMS_BSP_FAMILY=papyrus
# other tools like debuggers.
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@
@echo "#define PPC_USE_SPRG 1" >>$@
endef
@@ -72,4 +68,3 @@ endif
# Miscellaneous additions go here
-
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index 8bf4440012..94127a9bd4 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -27,12 +27,7 @@ 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
# Here is the rule to actually build a $(ARCH)/foo.exe
diff --git a/make/custom/portsw.cfg b/make/custom/portsw.cfg
index 8322ba5944..35562800d3 100644
--- a/make/custom/portsw.cfg
+++ b/make/custom/portsw.cfg
@@ -16,15 +16,9 @@ RTEMS_BSP_FAMILY=portsw
# 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
-
ifeq ($(RTEMS_USE_GCC272),yes)
define make-exe
$(LD) $(LDFLAGS) -N -e _start \
diff --git a/make/custom/ppcn_60x.cfg b/make/custom/ppcn_60x.cfg
index 82ef22ab7b..67f6ca037a 100644
--- a/make/custom/ppcn_60x.cfg
+++ b/make/custom/ppcn_60x.cfg
@@ -16,9 +16,6 @@ RTEMS_BSP_FAMILY=ppcn_60x
# This contains the compiler options necessary to select the CPU model
# 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
-#
# PPCN_60X_USE_DINK (ppcn_60x_bsp)
# PPCN_60X_USE_NONE (ppcn_60x_bsp)
# The Score603e board can be configured with 3 ROM monitors. Only two
@@ -42,7 +39,6 @@ RTEMS_BSP_FAMILY=ppcn_60x
#
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define PPCN_60X_USE_DINK 1" >>$@
@echo "#define PPCN_60X_USE_NONE 0" >>$@
@echo "#define PPC_USE_DATA_CACHE 1" >>$@
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index 9644c189b4..1ea53d2f64 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -14,9 +14,6 @@ RTEMS_BSP_FAMILY=psim
# 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
-#
# CONSOLE_USE_POLLED (psim_bsp)
# CONSOLE_USE_INTERRUPTS (psim_bsp)
# The psim console driver has the structure to operate in either
@@ -38,10 +35,7 @@ RTEMS_BSP_FAMILY=psim
# response time. The use of these registers can conflict with
# other tools like debuggers.
-
-
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
@echo "#define PSIM_FAST_IDLE 1" >>$@
diff --git a/make/custom/rxgen960.cfg b/make/custom/rxgen960.cfg
index 079ad54ecb..55284396dc 100644
--- a/make/custom/rxgen960.cfg
+++ b/make/custom/rxgen960.cfg
@@ -28,11 +28,7 @@ CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures
# 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
diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg
index 699184847c..a7db5b1c8d 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -15,7 +15,6 @@ ifeq ($(SCORE603E_GENERATION),)
SCORE603E_GENERATION=2
endif
-
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=score603e
@@ -34,9 +33,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# 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
-#
# CONSOLE_USE_POLLED (score603e_bsp)
# CONSOLE_USE_INTERRUPTS (score603e_bsp)
# The score603e console driver has the structure to operate in either
@@ -67,7 +63,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
#
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define INITIALIZE_COM_PORTS 1" >>$@
@echo "#define SCORE603E_GENERATION $(SCORE603E_GENERATION)" >>$@
diff --git a/make/custom/simhppa.cfg b/make/custom/simhppa.cfg
index 39f3f7df40..375143d166 100644
--- a/make/custom/simhppa.cfg
+++ b/make/custom/simhppa.cfg
@@ -37,9 +37,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
# This makes the target dependent options file.
-# RTEMS_TEST_NO_PAUSE (RTEMS tests)
-# do not pause between screens of output in the rtems tests
-#
# SIMHPPA_FAST_IDLE (simhppa)
# If defined, speed up the clock ticks while the idle task is running so
# time spent in the idle task is minimized. This significantly reduces
@@ -47,7 +44,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
#
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define SIMHPPA_FAST_IDLE 1 " >>$@
endef
@@ -93,7 +89,6 @@ LD_LOC_OPTIONS=-Tdata $(DATA_$(NODE)_BASE) -Ttext $(TEXT_$(NODE)_BASE)
GCC_LD_LOC_OPTIONS=-W,l-T -W,ldata -W,l$(DATA_$(NODE)_BASE) \
-W,l-T -W,ltext -W,l$(TEXT_$(NODE)_BASE)
-
# 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.
diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg
index 689c53686e..b9f47babc2 100644
--- a/make/custom/ts_386ex.cfg
+++ b/make/custom/ts_386ex.cfg
@@ -25,9 +25,6 @@ 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
-#
# BSP_DEBUG (BSP)
# Enables some debugging in the BSP package.
#
@@ -36,7 +33,6 @@ CFLAGS_OPTIMIZE_V= -O4
# some tests.
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "/* #define UARTDEBUG 1 */" >>$@
@echo "/* #define BSP_DEBUG 1 */" >>$@
@echo "#define LOAD_RTC_AT_START 1" >>$@