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/stdlib/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/stdlib') diff --git a/test/stdlib/Makefile.in b/test/stdlib/Makefile.in index 135db6b33..38c3e19c4 100644 --- a/test/stdlib/Makefile.in +++ b/test/stdlib/Makefile.in @@ -10,3 +10,7 @@ TESTS_DISABLED := ifeq ($(UCLIBC_HAS_PTY),) TESTS_DISABLED += ptytest endif + +CFLAGS_test-canon = -fPIC +CFLAGS_test-canon2 = -fPIC +CFLAGS_testatexit = -fPIC -- cgit v1.2.3