summaryrefslogtreecommitdiff
path: root/test/locale-mbwc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-04 09:05:12 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-04 09:05:12 -0600
commit687042ce085bb2b769288fe478981144aca5e93e (patch)
tree00559832208789468aa1efb746082c5ffd62b821 /test/locale-mbwc
parentdb36600c2956f7b7ea6905f09fc581108c2e3eac (diff)
add -fPIC to some tests.
This is required to avoid a assertion error in binutils 2.24 for m68k.
Diffstat (limited to 'test/locale-mbwc')
-rw-r--r--test/locale-mbwc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/locale-mbwc/Makefile.in b/test/locale-mbwc/Makefile.in
index 7c0e9d529..e70a61393 100644
--- a/test/locale-mbwc/Makefile.in
+++ b/test/locale-mbwc/Makefile.in
@@ -23,5 +23,5 @@ TESTS_DISABLED := tst_strfmon
DODIFF_rint := 1
-EXTRA_CFLAGS := -D__USE_GNU -fno-builtin
+EXTRA_CFLAGS := -D__USE_GNU -fno-builtin -fPIC