summaryrefslogtreecommitdiffstats
path: root/make/compilers/gcc-no_bsp.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:31:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:31:00 +0000
commit1fe37335444bb3e589ccac651885aa2680e51c19 (patch)
tree26ceac282107057bf250c3c89d14116cecc55562 /make/compilers/gcc-no_bsp.cfg
parent2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1fe37335444bb3e589ccac651885aa2680e51c19.tar.bz2
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* compilers/gcc-no_bsp.cfg: Eliminate some obsolete junk.
Diffstat (limited to '')
-rw-r--r--make/compilers/gcc-no_bsp.cfg30
1 files changed, 0 insertions, 30 deletions
diff --git a/make/compilers/gcc-no_bsp.cfg b/make/compilers/gcc-no_bsp.cfg
index 1ee78b8090..9c54a2723c 100644
--- a/make/compilers/gcc-no_bsp.cfg
+++ b/make/compilers/gcc-no_bsp.cfg
@@ -23,36 +23,6 @@ CPPFLAGS=$(CFLAGS) $(XCPPFLAGS) $(DEFINES)
CPLUS_CPPFLAGS=$(CFLAGS) $(XCPPFLAGS) $(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
-#
-# NO_TABLE_MOVE (SPARC PORT)
-# do not have a second trap table -- use the BSP's
-#
-# STACK_CHECKER_ON (RTEMS support code)
-# If defined, stack bounds checking is enabled.
-#
-# 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 STACK_CHECKER_ON 1 */" >>$@
- echo "/* #define RTEMS_DEBUG 1 */" >>$@
-endef
-
-#
-# Local tailoring (on the command line) can be done by setting XCFLAGS
-# which is never set in the Makefile's
-#
-
#
# CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V are the values we
# would want the corresponding macros to be set to.