Changeset fd5e23a in rtems


Ignore:
Timestamp:
11/20/02 02:57:45 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6fa25bcd
Parents:
0a9a0f5
Message:

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

  • automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r0a9a0f5 rfd5e23a  
     12002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
     4
    152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/automake/compile.am

    r0a9a0f5 rfd5e23a  
    5757CFLAGS   = @CFLAGS@ $(CPU_CFLAGS) $(XCFLAGS)
    5858ASFLAGS  = $(CPU_ASFLAGS) $(CPU_CFLAGS) $(XASFLAGS)
    59 
    60 ## FIXME: This doesn't seem to be correct
    61 # when debugging, optimize flag: typically empty
    62 # some compilers do allow optimization with their "-g"
    63 CFLAGS_DEBUG_OPTIMIZE_V=-g
    6459
    6560# profile flag; use gprof(1)
Note: See TracChangeset for help on using the changeset viewer.