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/locale/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/locale/Makefile.in')
-rw-r--r-- | test/locale/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/locale/Makefile.in b/test/locale/Makefile.in index 806ea2866..5a57ca54d 100644 --- a/test/locale/Makefile.in +++ b/test/locale/Makefile.in @@ -26,6 +26,4 @@ OPTS_dump-ctype = C OPTS_tst-ctype = < tst-ctype-de_DE.ISO-8859-1.in OPTS_tst-langinfo = < tst-langinfo.input -CFLAGS_tst-sscanf = -fPIC - EXTRA_DIRS := C |