make: Remove -qrtems_debug flag usage

This commit is contained in:
Sebastian Huber
2013-02-12 11:25:25 +01:00
parent 7b859d59c2
commit baa60b5e0b
3 changed files with 4 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ ASFLAGS = $(CPU_ASFLAGS) $(XASFLAGS)
# NOTE: GCCSPECS probably belongs to CPPFLAGS # NOTE: GCCSPECS probably belongs to CPPFLAGS
GCCSPECS_OPTIMIZE_V = GCCSPECS_OPTIMIZE_V =
GCCSPECS_DEBUG_V = -qrtems_debug GCCSPECS_DEBUG_V =
GCCSPECS = -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems GCCSPECS = -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems
GCCSPECS += $(GCCSPECS_$(VARIANT_V)_V) GCCSPECS += $(GCCSPECS_$(VARIANT_V)_V)
@@ -47,8 +47,8 @@ endif
CFLAGS_DEBUG_V+=-Wno-unused CFLAGS_DEBUG_V+=-Wno-unused
CXXFLAGS_DEBUG_V+= CXXFLAGS_DEBUG_V+=
CFLAGS_DEBUG_V+=-qrtems_debug CFLAGS_DEBUG_V+=
CXXFLAGS_DEBUG_V+=-qrtems_debug CXXFLAGS_DEBUG_V+=
# when debugging, optimize flag: typically empty # when debugging, optimize flag: typically empty
# some compilers do allow optimization with their "-g" # some compilers do allow optimization with their "-g"

View File

@@ -34,8 +34,7 @@ file from the PowerPC psim BSP:
The first section of this file renames the built-in definition of The first section of this file renames the built-in definition of
some specification variables so they can be augmented without some specification variables so they can be augmented without
embedded their original definition. The subsequent sections embedded their original definition. The subsequent sections
specify what behavior is expected when the @code{-qrtems} or specify what behavior is expected when the @code{-qrtems} option is specified.
@code{-qrtems_debug} option is specified.
The @code{*startfile} section specifies that the BSP specific file The @code{*startfile} section specifies that the BSP specific file
@code{start.o} will be used instead of @code{crt0.o}. In addition, @code{start.o} will be used instead of @code{crt0.o}. In addition,

View File

@@ -38,9 +38,6 @@ CFLAGS +=
# #
# CFLAGS_DEBUG_V are used when the `make debug' target is built. # CFLAGS_DEBUG_V are used when the `make debug' target is built.
# To link your application with the non-optimized RTEMS routines,
# uncomment the following line:
# CFLAGS_DEBUG_V += -qrtems_debug
# #
LD_PATHS += xxx-your-EXTRA-library-paths-go-here, if any LD_PATHS += xxx-your-EXTRA-library-paths-go-here, if any