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/stdlib/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/stdlib') diff --git a/test/stdlib/Makefile.in b/test/stdlib/Makefile.in index 91dfde412..f39941dc2 100644 --- a/test/stdlib/Makefile.in +++ b/test/stdlib/Makefile.in @@ -13,7 +13,3 @@ endif ifeq ($(UCLIBC_HAS_ARC4RANDOM),) TESTS_DISABLED += testarc4random endif - -CFLAGS_test-canon = -fPIC -CFLAGS_test-canon2 = -fPIC -CFLAGS_testatexit = -fPIC -- cgit v1.2.3