mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +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>
|
2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Only symlink leaf.cfg.
|
* configure.ac: Only symlink leaf.cfg.
|
||||||
|
|||||||
@@ -28,10 +28,13 @@ CXXFLAGS = $(CFLAGS_DEFAULT) $(XCXXFLAGS)
|
|||||||
ASFLAGS = $(CPU_ASFLAGS) $(XASFLAGS)
|
ASFLAGS = $(CPU_ASFLAGS) $(XASFLAGS)
|
||||||
|
|
||||||
# NOTE: GCCSPECS probably belongs to CPPFLAGS
|
# NOTE: GCCSPECS probably belongs to CPPFLAGS
|
||||||
# Unfortunately, many custom/*.cfg files do not pass CPPFLAGS
|
GCCSPECS_OPTIMIZE_V =
|
||||||
# to their gcc-2.8 make-exe rules
|
GCCSPECS_DEBUG_V = -qrtems_debug
|
||||||
GCCSPECS = -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems
|
GCCSPECS_PROFILE_V =
|
||||||
|
|
||||||
|
GCCSPECS = -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems
|
||||||
|
GCCSPECS += $(GCCSPECS_$(VARIANT_V)_V)
|
||||||
|
|
||||||
CC += $(GCCSPECS)
|
CC += $(GCCSPECS)
|
||||||
CXX += $(GCCSPECS)
|
CXX += $(GCCSPECS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user