From 23726b379908c14ff51a73afcae98cb1745a825f Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 21 Jan 2006 08:06:17 +0000 Subject: [PATCH] (CFLAGS): Recent versions of gcc have a built-in function carg(), which collides with our carg(). Suppress. --- Make.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Make.mk b/Make.mk index 320d918ca..5ba53de36 100644 --- a/Make.mk +++ b/Make.mk @@ -125,6 +125,7 @@ bld_distgen := $(mk) # Compiler flags CPPFLAGS += -I$(srcdir)/include -I. ifeq ($(have_gcc),yes) +CFLAGS += -fno-builtin-carg # conflicts with our carg() CFLAGS += -fno-common CFLAGS += -Wall -W -Wno-unused -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wnested-externs -Wredundant-decls -- 2.43.0