Changeset e00572f6 in rtems
- Timestamp:
- Sep 10, 2008, 7:53:40 PM (11 years ago)
- Branches:
- 4.9
- Children:
- 4e3037b
- Parents:
- b4ff9f0
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
rb4ff9f0 re00572f6 1 2008-09-10 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * aclocal/prog-cc.m4: Remove pre-production testing CFLAGS. 4 1 5 2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com> 2 6 -
c/src/aclocal/prog-cc.m4
rb4ff9f0 re00572f6 38 38 AS_IF([test "$GCC" = yes],[ 39 39 RTEMS_CFLAGS="$RTEMS_CFLAGS -Wall" 40 # FIXME: This should be removed in production releases41 RTEMS_CFLAGS="$RTEMS_CFLAGS -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs"42 40 m4_if([$1],,[],[RTEMS_CFLAGS="$RTEMS_CFLAGS $1"]) 43 41 ]) -
cpukit/ChangeLog
rb4ff9f0 re00572f6 1 2008-09-10 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * aclocal/prog-cc.m4: Remove pre-production testing CFLAGS. 4 1 5 2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com> 2 6 -
cpukit/aclocal/prog-cc.m4
rb4ff9f0 re00572f6 28 28 AS_IF([test "$GCC" = yes],[ 29 29 RTEMS_CFLAGS="$RTEMS_CFLAGS -Wall" 30 # FIXME: This should be removed in production releases31 RTEMS_CFLAGS="$RTEMS_CFLAGS -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs"32 30 m4_if([$1],,[],[RTEMS_CFLAGS="$RTEMS_CFLAGS $1"]) 33 31 ])
Note: See TracChangeset
for help on using the changeset viewer.