From 2d931abe9b446489fb341e952ebe5e8a50e249cd Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 9 Jun 2007 19:45:33 +0000 Subject: [PATCH] No longer uses _GNU_SOURCE-specific asprintf() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@276 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 32ce071ba8a..1adab64be5b 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -603,6 +603,8 @@ Other memory: * Restructured some Makefiles to better handle enabling and disabling NuttX features without having so much conditional compilation in the source files. + * tools/mkconfig.c: No long depends on asprintf() and _GNU_SOURCE and + so should now build in non-GNU, non-GLIBC environments. * Started m68322