diff options
Diffstat (limited to 'test/stdio/Makefile.in')
-rw-r--r-- | test/stdio/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stdio/Makefile.in b/test/stdio/Makefile.in index 14b5f19b9..3e60b4090 100644 --- a/test/stdio/Makefile.in +++ b/test/stdio/Makefile.in @@ -6,3 +6,5 @@ DODIFF_64bit := 1 ifeq ($(UCLIBC_HAS_GLIBC_CUSTOM_STREAMS),) TESTS_DISABLED += tst-fmemopen endif + +CFLAGS_tst-fmemopen = -fPIC |