Changeset df413e9 in rtems


Ignore:
Timestamp:
11/12/02 10:32:05 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
9553f16d
Parents:
393d271
Message:

2002-11-12 Ralf Corsepius <corsepiu@…>

  • compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
Location:
c/src/make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/make/ChangeLog

    r393d271 rdf413e9  
     12002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
     4
    152002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/make/compilers/gcc-target-default.cfg

    r393d271 rdf413e9  
    2929
    3030# NOTE: GCCSPECS probably belongs to CPPFLAGS
    31 # Unfortunately, many custom/*.cfg files do not pass CPPFLAGS
    32 # to their gcc-2.8 make-exe rules
    33 GCCSPECS = -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems
    34  
     31GCCSPECS_OPTIMIZE_V =
     32GCCSPECS_DEBUG_V = -qrtems_debug
     33GCCSPECS_PROFILE_V =
     34
     35GCCSPECS = -B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems
     36GCCSPECS += $(GCCSPECS_$(VARIANT_V)_V)
     37
    3538CC  += $(GCCSPECS)
    3639CXX += $(GCCSPECS)
Note: See TracChangeset for help on using the changeset viewer.