summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-27 17:44:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-27 17:44:11 +0000
commit93d31bec59e97fa902a2201c3234c86b9f80c455 (patch)
tree825df05bc51f35a58fcd0461d17eaff1e12c988d /make
parentMinor problems addressed with the merger and with the arm_bare_bsp. (diff)
downloadrtems-93d31bec59e97fa902a2201c3234c86b9f80c455.tar.bz2
Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Removed obsolete flags from new custom files.
Diffstat (limited to '')
-rw-r--r--make/custom/arm_bare_bsp.cfg13
-rw-r--r--make/custom/c4xsim.cfg14
2 files changed, 0 insertions, 27 deletions
diff --git a/make/custom/arm_bare_bsp.cfg b/make/custom/arm_bare_bsp.cfg
index 9b178f00ba..be1d81f8ec 100644
--- a/make/custom/arm_bare_bsp.cfg
+++ b/make/custom/arm_bare_bsp.cfg
@@ -15,21 +15,9 @@ RTEMS_BSP_FAMILY=arm_bare_bsp
# 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
-#
-# RTEMS_DEBUG (RTEMS)
-# If defined, debug checks in RTEMS and support library code are enabled.
-#
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
endef
# This contains the compiler options necessary to select the CPU model
@@ -58,7 +46,6 @@ CFLAGS_OPTIMIZE_V=
CFLAGS_DEBUG_V = -O1
#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/c4xsim.cfg b/make/custom/c4xsim.cfg
index 2fe0f08b1c..54d92133ff 100644
--- a/make/custom/c4xsim.cfg
+++ b/make/custom/c4xsim.cfg
@@ -25,21 +25,7 @@ RTEMS_BSP_FAMILY=c4xsim
CFLAGS_OPTIMIZE_V=-O1
# 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
-#
-# RTEMS_DEBUG (RTEMS)
-# If defined, debug checks in RTEMS and support library code are enabled.
-#
-
define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
endef
# this target has no start file