OSDN Git Service

If locale support is not enabled, don't build 'tst_ftime_l'.
author"Steven J. Hill" <sjhill@realitydiluted.com>
Fri, 17 Mar 2006 00:30:39 +0000 (00:30 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Fri, 17 Mar 2006 00:30:39 +0000 (00:30 -0000)
test/time/Makefile

index bb2a2b5..db158ec 100644 (file)
@@ -4,6 +4,10 @@
 TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
        tst-strftime tst-strptime tst-timezone
 
+ifneq ($(UCLIBC_HAS_LOCALE),y)
+TESTS_DISABLED += tst-ftime_l
+endif
+
 include ../Test.mak
 
 CFLAGS_tst-strptime2 := -std=c99