* [Buildroot] [PATCH] uclibc-ng-test: disable TLS for nds32 and s390x
@ 2020-10-20 9:05 Waldemar Brodkorb
2020-10-24 20:57 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2020-10-20 9:05 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/dac2a477a4de28d671c165e940db25364e291636
http://autobuild.buildroot.net/results/84ca7104669bdc4fe538e526f3522e36b9bf666b
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
package/uclibc-ng-test/uclibc-ng-test.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/uclibc-ng-test/uclibc-ng-test.mk b/package/uclibc-ng-test/uclibc-ng-test.mk
index 1d1722adee..9f866f5d71 100644
--- a/package/uclibc-ng-test/uclibc-ng-test.mk
+++ b/package/uclibc-ng-test/uclibc-ng-test.mk
@@ -38,6 +38,10 @@ endif
ifeq ($(BR2_STATIC_LIBS),y)
UCLIBC_NG_TEST_MAKE_ENV += NO_TLS=1 NO_NPTL=1 NO_DL=1
endif
+# no TLS macros available
+ifeq ($(BR2_nds32)$(BR2_s390x),y)
+UCLIBC_NG_TEST_MAKE_ENV += NO_TLS=1
+endif
# to execute tests in a deterministic order, call test_gen separately
define UCLIBC_NG_TEST_BUILD_CMDS
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-24 20:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-20 9:05 [Buildroot] [PATCH] uclibc-ng-test: disable TLS for nds32 and s390x Waldemar Brodkorb
2020-10-24 20:57 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox