forked from Imagelibrary/rtems
2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Remove non release-suitable warning flags.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* aclocal/prog-cc.m4: Remove non release-suitable warning flags.
|
||||||
|
|
||||||
2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
PR 1696/networking:
|
PR 1696/networking:
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
|
|||||||
|
|
||||||
# Append warning flags if CFLAGS wasn't set.
|
# Append warning flags if CFLAGS wasn't set.
|
||||||
AS_IF([test "$GCC" = yes && test "$rtems_cv_CFLAGS_set" != set],
|
AS_IF([test "$GCC" = yes && test "$rtems_cv_CFLAGS_set" != set],
|
||||||
[CFLAGS="$CFLAGS -Wall -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs"])
|
[CFLAGS="$CFLAGS -Wall"])
|
||||||
|
|
||||||
RTEMS_CPPFLAGS="-I\$(top_builddir) -I\$(PROJECT_INCLUDE)"
|
RTEMS_CPPFLAGS="-I\$(top_builddir) -I\$(PROJECT_INCLUDE)"
|
||||||
AC_SUBST(RTEMS_CPPFLAGS)
|
AC_SUBST(RTEMS_CPPFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user