Changeset 1417e2b4 in rtems


Ignore:
Timestamp:
11/15/02 14:17:09 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f1c22e0
Parents:
cef22e87
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.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    rcef22e87 r1417e2b4  
     12002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
     4        * automake/compile.am: Acknowledge configuration-time CFLAGS.
     5        Remove CFLAGS_DEFAULT.
     6
    172002-11-11      Joel Sherrill <joel@OARcorp.com>
    28
  • cpukit/aclocal/prog-cc.m4

    rcef22e87 r1417e2b4  
    3434m4_if([$1],,[],[CPPFLAGS="$CPPFLAGS $1"])
    3535[
    36 CFLAGS="-g -Wall"
     36CFLAGS=${CFLAGS--g -Wall}
    3737fi
    3838
Note: See TracChangeset for help on using the changeset viewer.