svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Thu Jul 17 16:54:32 UTC 2008


Author: aldot
Date: 2008-07-17 09:54:31 -0700 (Thu, 17 Jul 2008)
New Revision: 22868

Log:
- poison non-standard keywords:
  Make sure that we can be built with non-C99 compilers, too.
  Use __\1__ instead.


Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2008-07-17 15:52:43 UTC (rev 22867)
+++ trunk/uClibc/Rules.mak	2008-07-17 16:54:31 UTC (rev 22868)
@@ -460,6 +460,9 @@
 	-fno-builtin -nostdinc -I$(top_builddir)include -I. \
 	-I$(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)
 
+# Make sure that we can be built with non-C99 compilers, too.
+# Use __\1__ instead.
+CFLAGS += $(call check_gcc,-fno-asm,)
 ifneq ($(strip $(UCLIBC_EXTRA_CFLAGS)),"")
 CFLAGS += $(subst ",, $(UCLIBC_EXTRA_CFLAGS))
 endif




More information about the uClibc-cvs mailing list