From 78443c6a541b807f912f33ef01857acd079559c4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 10 Dec 2015 11:14:41 +0100 Subject: test needs -fPIC for m68k --- test/stdio/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3