diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-10-07 21:11:22 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-10-07 21:11:22 +0000 |
commit | 4f5ec0e4d340aa0cc9c651a80e8d5af91d98924e (patch) | |
tree | 865429abcbd56776b489873055a2bee0a6a762a1 | |
parent | 7b8f563b232c560d0083e9e378b7cb8d95ce9586 (diff) |
2007-10-07 Thomas Schwinge <tschwinge@gnu.org>
* Makeconf (CFLAGS): Add ``-fgnu89-inline''.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makeconf | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-10-07 Thomas Schwinge <tschwinge@gnu.org> + + * Makeconf (CFLAGS): Add ``-fgnu89-inline''. + 2007-09-30 Thomas Schwinge <tschwinge@gnu.org> * INSTALL-cross: Refer to the wiki. @@ -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. |