diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-04 09:05:12 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-04 09:05:12 -0600 |
commit | 687042ce085bb2b769288fe478981144aca5e93e (patch) | |
tree | 00559832208789468aa1efb746082c5ffd62b821 /test/stdlib | |
parent | db36600c2956f7b7ea6905f09fc581108c2e3eac (diff) |
add -fPIC to some tests.
This is required to avoid a assertion error in binutils 2.24
for m68k.
Diffstat (limited to 'test/stdlib')
-rw-r--r-- | test/stdlib/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/stdlib/Makefile.in b/test/stdlib/Makefile.in index 135db6b33..38c3e19c4 100644 --- a/test/stdlib/Makefile.in +++ b/test/stdlib/Makefile.in @@ -10,3 +10,7 @@ TESTS_DISABLED := ifeq ($(UCLIBC_HAS_PTY),) TESTS_DISABLED += ptytest endif + +CFLAGS_test-canon = -fPIC +CFLAGS_test-canon2 = -fPIC +CFLAGS_testatexit = -fPIC |