mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user