2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
This commit is contained in:
Ralf Corsepius
2002-11-12 10:32:05 +00:00
parent 393d271670
commit df413e9ff2
2 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Only symlink leaf.cfg.

View File

@@ -28,10 +28,13 @@ CXXFLAGS = $(CFLAGS_DEFAULT) $(XCXXFLAGS)
ASFLAGS = $(CPU_ASFLAGS) $(XASFLAGS)
# NOTE: GCCSPECS probably belongs to CPPFLAGS
# Unfortunately, many custom/*.cfg files do not pass CPPFLAGS
# to their gcc-2.8 make-exe rules
GCCSPECS = -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems
GCCSPECS_OPTIMIZE_V =
GCCSPECS_DEBUG_V = -qrtems_debug
GCCSPECS_PROFILE_V =
GCCSPECS = -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems
GCCSPECS += $(GCCSPECS_$(VARIANT_V)_V)
CC += $(GCCSPECS)
CXX += $(GCCSPECS)