diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-07-11 10:50:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-07-11 10:51:43 +0200 |
commit | 7ad3d87d74dfb9eff68ad1686be400154134a731 (patch) | |
tree | b3e8e7c444191d3a7d8da0a4ab2425387270df91 | |
parent | 590ae09af786be17812fffad0c43b4c6a1f697f8 (diff) |
tst-sscanf: fix linking for m68k
-rw-r--r-- | test/locale/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/locale/Makefile.in b/test/locale/Makefile.in index 5a57ca54d..806ea2866 100644 --- a/test/locale/Makefile.in +++ b/test/locale/Makefile.in @@ -26,4 +26,6 @@ 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 |