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/regex/Makefile.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/regex/Makefile.in (limited to 'test/regex') diff --git a/test/regex/Makefile.in b/test/regex/Makefile.in new file mode 100644 index 000000000..1573840b9 --- /dev/null +++ b/test/regex/Makefile.in @@ -0,0 +1 @@ +CFLAGS_tst-regex2 = -fPIC -- cgit v1.2.3