From 3f98fdc552249b66cdc03a082ce0b866fe5bf57f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 17 Apr 2016 18:01:14 +0200 Subject: remove m68k binutils workarounds With binutils 2.26 for m68k and 2.25.1 for coldfire, these -fPIC workarounds no longer required. --- test/silly/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/silly') diff --git a/test/silly/Makefile.in b/test/silly/Makefile.in index c47734414..6092c809f 100644 --- a/test/silly/Makefile.in +++ b/test/silly/Makefile.in @@ -20,5 +20,5 @@ atomic_headers := -I$(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH) \ -I$(top_srcdir)libc/sysdeps/linux \ -I$(top_builddir)include -CFLAGS_tst-atomic = $(atomic_headers) -fPIC -CFLAGS_tst-atomic-long = $(atomic_headers) -fPIC +CFLAGS_tst-atomic = $(atomic_headers) +CFLAGS_tst-atomic-long = $(atomic_headers) -- cgit v1.2.3