summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/custom/Cygwin-posix.cfg5
-rw-r--r--make/custom/FreeBSD-posix.cfg5
-rw-r--r--make/custom/HPUX9-posix.cfg5
-rw-r--r--make/custom/Linux-posix.cfg5
-rw-r--r--make/custom/Solaris-posix.cfg5
-rw-r--r--make/custom/bare.cfg6
-rw-r--r--make/custom/cvme961.cfg5
-rw-r--r--make/custom/dmv152.cfg6
-rw-r--r--make/custom/dmv177.cfg5
-rw-r--r--make/custom/efi332.cfg6
-rw-r--r--make/custom/efi68k.cfg5
-rw-r--r--make/custom/erc32.cfg5
-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.cfg5
-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.cfg5
-rw-r--r--make/custom/mcp750.cfg5
-rw-r--r--make/custom/mvme136.cfg5
-rw-r--r--make/custom/mvme147.cfg5
-rw-r--r--make/custom/mvme162.cfg5
-rw-r--r--make/custom/mvme167.cfg6
-rw-r--r--make/custom/mvme2307.cfg5
-rw-r--r--make/custom/ods68302.cfg5
-rw-r--r--make/custom/p4000.cfg5
-rw-r--r--make/custom/p4600.cfg5
-rw-r--r--make/custom/p4650.cfg5
-rw-r--r--make/custom/papyrus.cfg5
-rw-r--r--make/custom/pc386.cfg5
-rw-r--r--make/custom/portsw.cfg5
-rw-r--r--make/custom/ppcn_60x.cfg5
-rw-r--r--make/custom/psim.cfg5
-rw-r--r--make/custom/rxgen960.cfg5
-rw-r--r--make/custom/score603e.cfg5
-rw-r--r--make/custom/simhppa.cfg5
-rw-r--r--make/custom/ts_386ex.cfg5
44 files changed, 5 insertions, 217 deletions
diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg
index 9f38ffb407..0f61188e73 100644
--- a/make/custom/Cygwin-posix.cfg
+++ b/make/custom/Cygwin-posix.cfg
@@ -31,10 +31,6 @@ CFLAGS_OPTIMIZE_V = -O2
# 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
#
@@ -42,7 +38,6 @@ CFLAGS_OPTIMIZE_V = -O2
# Define this to indicate this is an RTEMS UNIX port.
define make-target-options
- echo "/* #define NDEBUG 1 */ " >>$@
echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
echo "#define RTEMS_UNIX 1 " >>$@
endef
diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg
index a41078cc71..80611b5507 100644
--- a/make/custom/FreeBSD-posix.cfg
+++ b/make/custom/FreeBSD-posix.cfg
@@ -29,10 +29,6 @@ CFLAGS_OPTIMIZE_V = -O2
# 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
#
@@ -40,7 +36,6 @@ CFLAGS_OPTIMIZE_V = -O2
# Define this to indicate this is an RTEMS UNIX port.
define make-target-options
- echo "/* #define NDEBUG 1 */ " >>$@
echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
echo "#define RTEMS_UNIX 1 " >>$@
endef
diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg
index 1009da6cd4..a8ed92016d 100644
--- a/make/custom/HPUX9-posix.cfg
+++ b/make/custom/HPUX9-posix.cfg
@@ -35,10 +35,6 @@ CFLAGS_OPTIMIZE_V = -O2
# 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
#
@@ -46,7 +42,6 @@ CFLAGS_OPTIMIZE_V = -O2
# Define this to indicate this is an RTEMS UNIX port.
define make-target-options
- echo "/* #define NDEBUG 1 */ " >>$@
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 3bde4cf63b..75107a4499 100644
--- a/make/custom/Linux-posix.cfg
+++ b/make/custom/Linux-posix.cfg
@@ -31,10 +31,6 @@ CFLAGS_OPTIMIZE_V = -O2
# 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
#
@@ -42,7 +38,6 @@ CFLAGS_OPTIMIZE_V = -O2
# Define this to indicate this is an RTEMS UNIX port.
define make-target-options
- echo "/* #define NDEBUG 1 */ " >>$@
echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
echo "#define RTEMS_UNIX 1 " >>$@
endef
diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg
index 820b5c308b..a43465c76e 100644
--- a/make/custom/Solaris-posix.cfg
+++ b/make/custom/Solaris-posix.cfg
@@ -28,10 +28,6 @@ CFLAGS_OPTIMIZE_V = -O2
# 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
#
@@ -39,7 +35,6 @@ CFLAGS_OPTIMIZE_V = -O2
# Define this to indicate this is an RTEMS UNIX port.
define make-target-options
- echo "/* #define NDEBUG 1 */ " >>$@
echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
echo "#define RTEMS_UNIX 1 " >>$@
endef
diff --git a/make/custom/bare.cfg b/make/custom/bare.cfg
index 31567d885b..64e73268f5 100644
--- a/make/custom/bare.cfg
+++ b/make/custom/bare.cfg
@@ -20,16 +20,12 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/cvme961.cfg b/make/custom/cvme961.cfg
index cee67fa18d..8d154c1e88 100644
--- a/make/custom/cvme961.cfg
+++ b/make/custom/cvme961.cfg
@@ -27,16 +27,11 @@ CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/dmv152.cfg b/make/custom/dmv152.cfg
index 6d3c60122a..5d93e5ac49 100644
--- a/make/custom/dmv152.cfg
+++ b/make/custom/dmv152.cfg
@@ -28,10 +28,7 @@ BSP_CPPFLAGS = -DUSE_CHANNEL_A
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
#
@@ -41,7 +38,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# serial port is used as the RTEMS console.
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
# @echo "#define USE_CHANNEL_A 1" >>$@
# @echo "#define USE_CHANNEL_B 0" >>$@
diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg
index f95ce45bd2..9fbe7ba649 100644
--- a/make/custom/dmv177.cfg
+++ b/make/custom/dmv177.cfg
@@ -18,10 +18,6 @@ RTEMS_BSP_FAMILY=dmv177
# 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
#
@@ -56,7 +52,6 @@ RTEMS_BSP_FAMILY=dmv177
# The BSP actually contains the call that enables this.
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
diff --git a/make/custom/efi332.cfg b/make/custom/efi332.cfg
index c024a1c363..f537959af8 100644
--- a/make/custom/efi332.cfg
+++ b/make/custom/efi332.cfg
@@ -20,16 +20,12 @@ CPU_CFLAGS = -mcpu32
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/efi68k.cfg b/make/custom/efi68k.cfg
index 9ab4e3cbd3..f4d6eee6e8 100644
--- a/make/custom/efi68k.cfg
+++ b/make/custom/efi68k.cfg
@@ -25,16 +25,11 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg
index 22bbfd0ec8..801a8c5fcc 100644
--- a/make/custom/erc32.cfg
+++ b/make/custom/erc32.cfg
@@ -30,10 +30,6 @@ CFLAGS_OPTIMIZE_V=-O4
# This 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
#
@@ -59,7 +55,6 @@ CFLAGS_OPTIMIZE_V=-O4
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define NO_TABLE_MOVE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
diff --git a/make/custom/eth_comm.cfg b/make/custom/eth_comm.cfg
index fa89562f91..d87285ad05 100644
--- a/make/custom/eth_comm.cfg
+++ b/make/custom/eth_comm.cfg
@@ -17,10 +17,6 @@ CPU_DEFINES=
# 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
#
@@ -49,7 +45,6 @@ define make-target-options
@echo "#endif" >>$@
@echo "#define mpc$(CPU_TYPE) 1" >>$@
@echo >>$@
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define PPC_VECTOR_FILE_BASE 0x0000" >>$@
@echo "#define PPC_ABI PPC_ABI_EABI" >>$@
diff --git a/make/custom/gen68302.cfg b/make/custom/gen68302.cfg
index fd8e53fc6c..1fa979dcb7 100644
--- a/make/custom/gen68302.cfg
+++ b/make/custom/gen68302.cfg
@@ -26,16 +26,11 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/gen68340.cfg b/make/custom/gen68340.cfg
index 4ad4c5b0b9..a4dde4be34 100644
--- a/make/custom/gen68340.cfg
+++ b/make/custom/gen68340.cfg
@@ -20,16 +20,11 @@ CPU_CFLAGS = -mcpu32
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg
index 2c30661a69..eba370c9d9 100644
--- a/make/custom/gen68360.cfg
+++ b/make/custom/gen68360.cfg
@@ -31,22 +31,17 @@ endif
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
#
ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
else
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define RTEMS__mcpu32p__ 1" >>$@
endef
diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg
index 293f1fc6ea..44b65697e6 100644
--- a/make/custom/gensh1.cfg
+++ b/make/custom/gensh1.cfg
@@ -38,16 +38,11 @@ CFLAGS_OPTIMIZE_V = -O4
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/gensh2.cfg b/make/custom/gensh2.cfg
index ebab079d75..8c3144e0c0 100644
--- a/make/custom/gensh2.cfg
+++ b/make/custom/gensh2.cfg
@@ -41,10 +41,6 @@ CFLAGS_OPTIMIZE_V = -O4
# 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
#
@@ -57,7 +53,6 @@ CFLAGS_OPTIMIZE_V = -O4
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define RTEMS_TEST_IO_STREAM 1" >>$@
@echo "/* #define STANDALONE_EVB 1 */" >>$@
diff --git a/make/custom/h8sim.cfg b/make/custom/h8sim.cfg
index 54624bf69a..bd22ae04dd 100644
--- a/make/custom/h8sim.cfg
+++ b/make/custom/h8sim.cfg
@@ -24,16 +24,11 @@ CFLAGS_OPTIMIZE_V=-O0 -g
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
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" >>$@
diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg
index de2035dc3e..7879487145 100644
--- a/make/custom/i386ex.cfg
+++ b/make/custom/i386ex.cfg
@@ -24,16 +24,11 @@ CFLAGS_OPTIMIZE_V=-O4
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/i960sim.cfg b/make/custom/i960sim.cfg
index d8a9c7754f..86eb36e43a 100644
--- a/make/custom/i960sim.cfg
+++ b/make/custom/i960sim.cfg
@@ -24,16 +24,11 @@ CFLAGS_OPTIMIZE_V=-O0 -g
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/idp.cfg b/make/custom/idp.cfg
index e8477475bc..a23e3b70f3 100644
--- a/make/custom/idp.cfg
+++ b/make/custom/idp.cfg
@@ -14,16 +14,11 @@ RTEMS_BSP_FAMILY=idp
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/mbx860_005b.cfg b/make/custom/mbx860_005b.cfg
index f61452324d..7dd7544b7a 100644
--- a/make/custom/mbx860_005b.cfg
+++ b/make/custom/mbx860_005b.cfg
@@ -30,6 +30,5 @@ define make-target-options
@echo "#define PPC_USE_SPRG 0" >>$@
@echo "/* #define PPC_USE_DATA_CACHE 1" */ >>$@
@echo >>$@
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg
index 665bccde86..5a4fc23e40 100644
--- a/make/custom/mbx8xx.cfg
+++ b/make/custom/mbx8xx.cfg
@@ -107,10 +107,6 @@ endif # mbx821
#
# RTEMS generic options:
#
-# 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)
# If defined, do not pause between screens of output in the rtems tests.
@@ -131,7 +127,6 @@ define make-target-options
@echo "#define PPC_USE_SPRG 0" >>$@
@echo "/* #define PPC_USE_DATA_CACHE 1" */ >>$@
@echo >>$@
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/mcp750.cfg b/make/custom/mcp750.cfg
index d17336639a..48720f2bbf 100644
--- a/make/custom/mcp750.cfg
+++ b/make/custom/mcp750.cfg
@@ -15,10 +15,6 @@ RTEMS_BSP_FAMILY=motorola_powerpc
# 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
#
@@ -39,7 +35,6 @@ RTEMS_BSP_FAMILY=motorola_powerpc
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define PPCN_60X_USE_DINK 0" >>$@
@echo "#define PPCN_60X_USE_NONE 1" >>$@
diff --git a/make/custom/mvme136.cfg b/make/custom/mvme136.cfg
index 1e77a2e6cc..5a72e0ce48 100644
--- a/make/custom/mvme136.cfg
+++ b/make/custom/mvme136.cfg
@@ -24,16 +24,11 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/mvme147.cfg b/make/custom/mvme147.cfg
index 9cf38bb2f1..dbe2905742 100644
--- a/make/custom/mvme147.cfg
+++ b/make/custom/mvme147.cfg
@@ -21,16 +21,11 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/mvme162.cfg b/make/custom/mvme162.cfg
index 50bd139d95..23775ef3ae 100644
--- a/make/custom/mvme162.cfg
+++ b/make/custom/mvme162.cfg
@@ -42,17 +42,12 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
define make-target-options
@echo "#undef $(RTEMS_MVME162_MODEL)" >>$@
@echo "#define $(RTEMS_MVME162_MODEL)" >>$@
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/mvme167.cfg b/make/custom/mvme167.cfg
index 11633576c2..383bedc8d7 100644
--- a/make/custom/mvme167.cfg
+++ b/make/custom/mvme167.cfg
@@ -34,10 +34,7 @@ CFLAGS_DEBUG_V += -ggdb
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 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
#
@@ -48,7 +45,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# 0 for interrupt-driven, 1 for polled I/O.
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@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 838f7b3bd7..1afb42527a 100644
--- a/make/custom/mvme2307.cfg
+++ b/make/custom/mvme2307.cfg
@@ -15,10 +15,6 @@ RTEMS_BSP_FAMILY=motorola_powerpc
# 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
#
@@ -40,7 +36,6 @@ RTEMS_BSP_FAMILY=motorola_powerpc
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define PPCN_60X_USE_DINK 0" >>$@
@echo "#define PPCN_60X_USE_NONE 1" >>$@
diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg
index b8f8cb36c7..fd9fb89260 100644
--- a/make/custom/ods68302.cfg
+++ b/make/custom/ods68302.cfg
@@ -37,16 +37,11 @@ CFLAGS_DEBUG_V =
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/p4000.cfg b/make/custom/p4000.cfg
index a80642a948..ff97e1a5f8 100644
--- a/make/custom/p4000.cfg
+++ b/make/custom/p4000.cfg
@@ -13,16 +13,11 @@ RTEMS_BSP_FAMILY=p4000
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/p4600.cfg b/make/custom/p4600.cfg
index 78a9c5c37d..d9df2f90d9 100644
--- a/make/custom/p4600.cfg
+++ b/make/custom/p4600.cfg
@@ -19,16 +19,11 @@ CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/p4650.cfg b/make/custom/p4650.cfg
index 0b12eb182c..b8a1443581 100644
--- a/make/custom/p4650.cfg
+++ b/make/custom/p4650.cfg
@@ -19,16 +19,11 @@ CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/papyrus.cfg b/make/custom/papyrus.cfg
index 286700e790..9114bf8738 100644
--- a/make/custom/papyrus.cfg
+++ b/make/custom/papyrus.cfg
@@ -14,10 +14,6 @@ RTEMS_BSP_FAMILY=papyrus
# 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
#
@@ -32,7 +28,6 @@ RTEMS_BSP_FAMILY=papyrus
# 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" >>$@
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index b253061510..8bf4440012 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -27,16 +27,11 @@ CFLAGS_OPTIMIZE_V=-O4
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "/* #define RTEMS_TEST_NO_PAUSE 1 */" >>$@
endef
diff --git a/make/custom/portsw.cfg b/make/custom/portsw.cfg
index 0f1b6ab390..8322ba5944 100644
--- a/make/custom/portsw.cfg
+++ b/make/custom/portsw.cfg
@@ -16,16 +16,11 @@ RTEMS_BSP_FAMILY=portsw
# 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
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/ppcn_60x.cfg b/make/custom/ppcn_60x.cfg
index 16d033176d..82ef22ab7b 100644
--- a/make/custom/ppcn_60x.cfg
+++ b/make/custom/ppcn_60x.cfg
@@ -16,10 +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.
-# 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
#
@@ -46,7 +42,6 @@ RTEMS_BSP_FAMILY=ppcn_60x
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define PPCN_60X_USE_DINK 1" >>$@
@echo "#define PPCN_60X_USE_NONE 0" >>$@
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index cd01229b8d..9644c189b4 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -14,10 +14,6 @@ RTEMS_BSP_FAMILY=psim
# 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
#
@@ -45,7 +41,6 @@ RTEMS_BSP_FAMILY=psim
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
diff --git a/make/custom/rxgen960.cfg b/make/custom/rxgen960.cfg
index 6ad018004b..079ad54ecb 100644
--- a/make/custom/rxgen960.cfg
+++ b/make/custom/rxgen960.cfg
@@ -28,15 +28,10 @@ CFLAGS_OPTIMIZE_V=-O4 -mleaf-procedures
# 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
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
endef
diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg
index 879491d4b6..699184847c 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -34,10 +34,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# 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
#
@@ -71,7 +67,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define INITIALIZE_COM_PORTS 1" >>$@
diff --git a/make/custom/simhppa.cfg b/make/custom/simhppa.cfg
index b9b2327c54..39f3f7df40 100644
--- a/make/custom/simhppa.cfg
+++ b/make/custom/simhppa.cfg
@@ -37,10 +37,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
# This 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
#
@@ -51,7 +47,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define SIMHPPA_FAST_IDLE 1 " >>$@
endef
diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg
index 8467d176b6..689c53686e 100644
--- a/make/custom/ts_386ex.cfg
+++ b/make/custom/ts_386ex.cfg
@@ -25,10 +25,6 @@ CFLAGS_OPTIMIZE_V= -O4
# 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
#
@@ -40,7 +36,6 @@ CFLAGS_OPTIMIZE_V= -O4
# some tests.
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "/* #define UARTDEBUG 1 */" >>$@
@echo "/* #define BSP_DEBUG 1 */" >>$@