Hi, This fixes the warning for conflicting types for built-in log function in kern/debug.c.
2008-11-11 Shakthi Kannan <[EMAIL PROTECTED]> * Makefile.am: Add -fno-builtin-log to AM_CFLAGS. --- diff --git a/Makefile.am b/Makefile.am index 31cf857..188ecd7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,7 @@ AM_CFLAGS += \ # See <http://lists.gnu.org/archive/html/bug-hurd/2006-01/msg00148.html>. AM_CFLAGS += \ - -fno-strict-aliasing + -fno-strict-aliasing -fno-builtin-log # The smashing stack protector might be enabled by default, but might emit # unsuitable code. -- 1.5.6