diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-17 18:01:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-17 18:01:14 +0200 |
commit | 3f98fdc552249b66cdc03a082ce0b866fe5bf57f (patch) | |
tree | 2e3ba7c033db1ae328fd5d56a57fe7978ce809ad /test/unistd/Makefile.in | |
parent | 0f2a411b685d54113433d45472338a067110c66a (diff) |
remove m68k binutils workarounds
With binutils 2.26 for m68k and 2.25.1 for coldfire,
these -fPIC workarounds no longer required.
Diffstat (limited to 'test/unistd/Makefile.in')
-rw-r--r-- | test/unistd/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in index da59a3689..5b65c13c6 100644 --- a/test/unistd/Makefile.in +++ b/test/unistd/Makefile.in @@ -34,11 +34,6 @@ endif # for embedded systems 4 GB disk space is not available TESTS_DISABLED += tst-posix_fallocate64 tst-fallocate64 -CFLAGS_tst-fallocate = -fPIC -CFLAGS_tst-posix_fallocate = -fPIC -CFLAGS_tst-preadwrite = -fPIC -CFLAGS_tst-preadwrite64 = -fPIC - # getconf.c lives in utils/ # Testsuite cannot currently be built with O= anyway, so hardcode path here getconf.c: |