OSDN Git Service

test needs -fPIC for m68k
authorWaldemar Brodkorb <wbx@openadk.org>
Thu, 10 Dec 2015 10:14:41 +0000 (11:14 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Thu, 17 Dec 2015 20:15:35 +0000 (21:15 +0100)
test/stdio/Makefile.in

index 14b5f19..3e60b40 100644 (file)
@@ -6,3 +6,5 @@ DODIFF_64bit := 1
 ifeq ($(UCLIBC_HAS_GLIBC_CUSTOM_STREAMS),)
 TESTS_DISABLED += tst-fmemopen
 endif
+
+CFLAGS_tst-fmemopen = -fPIC