blob: 3e60b4090184ba7470f700c3cf24d1be97db5510 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# uClibc stdio tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
DODIFF_64bit := 1
ifeq ($(UCLIBC_HAS_GLIBC_CUSTOM_STREAMS),)
TESTS_DISABLED += tst-fmemopen
endif
CFLAGS_tst-fmemopen = -fPIC
|