Changeset 789a953 in rtems


Ignore:
Timestamp:
11/15/02 15:00:13 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c2646c8
Parents:
471bcf0
Message:

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

  • aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
  • automake/compile.am: Acknowledge configuration-time CFLAGS. Remove CFLAGS_DEFAULT.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/automake/compile.am

    r471bcf0 r789a953  
    4343if RTEMS_USE_GCC
    4444## All the stuff below is specific to gcc
    45 
    46 CFLAGS_DEFAULT=-g -Wall
    4745## gcc >= 2.8.x
    4846GCCSPECS = $(GCC_SPECS)
     
    5755CPPFLAGS = @CPPFLAGS@ $(CPU_DEFINES) \
    5856   $(DEFINES) $(XCPPFLAGS) $(CPPFLAGS_GCC)
    59 CFLAGS   = $(CFLAGS_DEFAULT) $(CPU_CFLAGS) $(XCFLAGS)
     57CFLAGS   = @CFLAGS@ $(CPU_CFLAGS) $(XCFLAGS)
    6058ASFLAGS  = $(CPU_ASFLAGS) $(CPU_CFLAGS) $(XASFLAGS)
    6159
Note: See TracChangeset for help on using the changeset viewer.