Makefile.in 325 B

12345678910111213
  1. # uClibc-ng stat tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. ifeq ($(UCLIBC_HAS_LFS),)
  4. TESTS_DISABLED := stat64
  5. endif
  6. CFLAGS_stat64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
  7. DODIFF_stat := 1
  8. DODIFF_stat64 := 1
  9. OPTS_stat := Makefile
  10. OPTS_stat64 := Makefile