summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-10 11:14:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-17 20:35:19 +0100
commit78443c6a541b807f912f33ef01857acd079559c4 (patch)
tree0608b98f15675df6dc385411e0879b3ddc72fb68
parent219b69d72e878094f3ce03a9e70719709a9b4c43 (diff)
test needs -fPIC for m68k
-rw-r--r--test/stdio/Makefile.in2
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