瀏覽代碼

If locale support is not enabled, don't build 'tst_ftime_l'.

"Steven J. Hill" 19 年之前
父節點
當前提交
db8fa9bb9a
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      test/time/Makefile

+ 4 - 0
test/time/Makefile

@@ -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