From 687042ce085bb2b769288fe478981144aca5e93e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 4 Jan 2015 09:05:12 -0600 Subject: add -fPIC to some tests. This is required to avoid a assertion error in binutils 2.24 for m68k. --- test/misc/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/misc/Makefile.in') diff --git a/test/misc/Makefile.in b/test/misc/Makefile.in index 04b677f69..345889e0f 100644 --- a/test/misc/Makefile.in +++ b/test/misc/Makefile.in @@ -32,3 +32,8 @@ OPTS_tst-fnmatch := < tst-fnmatch.input MNTENTS = $(shell mount | while read dev on mp rest; do echo $$mp; done) OPTS_tst-statfs := $(MNTENTS) OPTS_tst-statvfs := $(MNTENTS) + +CFLAGS_bug-glob2 = -fPIC +CFLAGS_opendir-tst1 = -fPIC +CFLAGS_tst-inotify = -fPIC +CFLAGS_tst-utmp = -fPIC -- cgit v1.2.3