2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>

* compilers/gcc-no_bsp.cfg: Eliminate some obsolete junk.
This commit is contained in:
Joel Sherrill
2008-09-17 19:31:00 +00:00
parent 4afd6f4078
commit 1fe3733544
2 changed files with 4 additions and 30 deletions

View File

@@ -1,3 +1,7 @@
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* compilers/gcc-no_bsp.cfg: Eliminate some obsolete junk.
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in * leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in

View File

@@ -23,36 +23,6 @@ CPPFLAGS=$(CFLAGS) $(XCPPFLAGS) $(DEFINES)
CPLUS_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 # CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V are the values we
# would want the corresponding macros to be set to. # would want the corresponding macros to be set to.