svn commit: trunk/uClibc/test/misc

vapier at uclibc.org vapier at uclibc.org
Wed Feb 15 05:31:22 UTC 2006


Author: vapier
Date: 2006-02-14 21:31:21 -0800 (Tue, 14 Feb 2006)
New Revision: 14045

Log:
need std=c99 to build tst-regex2

Modified:
   trunk/uClibc/test/misc/Makefile


Changeset:
Modified: trunk/uClibc/test/misc/Makefile
===================================================================
--- trunk/uClibc/test/misc/Makefile	2006-02-15 05:30:52 UTC (rev 14044)
+++ trunk/uClibc/test/misc/Makefile	2006-02-15 05:31:21 UTC (rev 14045)
@@ -6,6 +6,7 @@
 include ../Test.mak
 
 CFLAGS_dirent64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+CFLAGS_tst-regex2 := -std=c99
 
 DODIFF_dirent    := 1
 DODIFF_dirent64  := 1




More information about the uClibc-cvs mailing list