From 1fe37335444bb3e589ccac651885aa2680e51c19 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Sep 2008 19:31:00 +0000 Subject: 2008-09-17 Joel Sherrill * compilers/gcc-no_bsp.cfg: Eliminate some obsolete junk. --- make/compilers/gcc-no_bsp.cfg | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'make/compilers') 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. -- cgit v1.2.3