diff options
Diffstat (limited to 'test/stdlib/Makefile.in')
-rw-r--r-- | test/stdlib/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stdlib/Makefile.in b/test/stdlib/Makefile.in index e1cbccfca..91dfde412 100644 --- a/test/stdlib/Makefile.in +++ b/test/stdlib/Makefile.in @@ -7,13 +7,13 @@ DODIFF_teston_exit := 1 DODIFF_teststrtol := 1 TESTS_DISABLED := -GLIBC_TESTS_DISABLED := ifeq ($(UCLIBC_HAS_PTY),) TESTS_DISABLED += ptytest endif - ifeq ($(UCLIBC_HAS_ARC4RANDOM),) TESTS_DISABLED += testarc4random -else -GLIBC_TESTS_DISABLED += testarc4random_glibc endif + +CFLAGS_test-canon = -fPIC +CFLAGS_test-canon2 = -fPIC +CFLAGS_testatexit = -fPIC |