From d73bc85364ee5a6fcbc329d1065ff352b1b08be7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Aug 2011 00:44:57 +0200 Subject: * Makefile.am (AM_CFLAGS): Add -fno-builtin-log. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d904dca..ccca7f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,9 @@ AM_CPPFLAGS += \ -I$(top_srcdir)/$(systype)/include/mach/sa \ -I$(top_srcdir)/include +AM_CFLAGS += \ + -fno-builtin-log + # Yes, this makes the eyes hurt. But perhaps someone will finally take care of # all that scruffy Mach code... Also see . AM_CFLAGS += \ -- cgit v1.2.3