svn commit: branches/uClibc_0_9_29

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 17:58:46 UTC 2008


Author: vapier
Date: 2008-01-05 09:58:46 -0800 (Sat, 05 Jan 2008)
New Revision: 20797

Log:
use GNU89 inline when possible

Modified:
   branches/uClibc_0_9_29/Rules.mak


Changeset:
Modified: branches/uClibc_0_9_29/Rules.mak
===================================================================
--- branches/uClibc_0_9_29/Rules.mak	2008-01-05 17:58:22 UTC (rev 20796)
+++ branches/uClibc_0_9_29/Rules.mak	2008-01-05 17:58:46 UTC (rev 20797)
@@ -391,6 +391,7 @@
 endif
 
 CFLAGS += $(call check_gcc,-std=gnu99,)
+CFLAGS += $(call check_gcc,-fgnu89-inline,)
 
 LDFLAGS_NOSTRIP:=$(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc
 # binutils-2.16.1 warns about ignored sections, 2.16.91.0.3 and newer are ok




More information about the uClibc-cvs mailing list