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/time/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/time') diff --git a/test/time/Makefile.in b/test/time/Makefile.in index 83bc07dbb..8afc013d7 100644 --- a/test/time/Makefile.in +++ b/test/time/Makefile.in @@ -17,5 +17,9 @@ TESTS_DISABLED += tst_wcsftime endif CFLAGS_tst-strptime2 := -std=c99 +CFLAGS_tst-ctime = -fPIC +CFLAGS_tst-futimens1 = -fPIC +CFLAGS_tst-timerfd = -fPIC + DODIFF_futimens1 := 1 DODIFF_tst_wcsftime := 1 -- cgit v1.2.3