From 4f5ec0e4d340aa0cc9c651a80e8d5af91d98924e Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 7 Oct 2007 21:11:22 +0000 Subject: 2007-10-07 Thomas Schwinge * Makeconf (CFLAGS): Add ``-fgnu89-inline''. --- Makeconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index ae8f3779..1a48d5b6 100644 --- a/Makeconf +++ b/Makeconf @@ -65,7 +65,7 @@ INCLUDES += -I$(..)include -I$(top_srcdir)/include CPPFLAGS += $(INCLUDES) \ -D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64 \ $($*-CPPFLAGS) -CFLAGS += -std=gnu99 -Wall -g -O3 \ +CFLAGS += -std=gnu99 -fgnu89-inline -Wall -g -O3 \ $($*-CFLAGS) # Include the configure-generated file of parameters. -- cgit v1.2.3