diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-10 11:14:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-17 20:35:19 +0100 |
commit | 78443c6a541b807f912f33ef01857acd079559c4 (patch) | |
tree | 0608b98f15675df6dc385411e0879b3ddc72fb68 /test/stdio/Makefile.in | |
parent | 219b69d72e878094f3ce03a9e70719709a9b4c43 (diff) |
test needs -fPIC for m68k
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 |