package/uclibc-ng-test: disable TLS for nds32 and s390x
authorWaldemar Brodkorb <wbx@openadk.org>
Tue, 20 Oct 2020 09:05:19 +0000 (11:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 24 Oct 2020 20:56:49 +0000 (22:56 +0200)
Fixes:
http://autobuild.buildroot.net/results/dac2a477a4de28d671c165e940db25364e291636
http://autobuild.buildroot.net/results/84ca7104669bdc4fe538e526f3522e36b9bf666b

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/uclibc-ng-test/uclibc-ng-test.mk

index 1d1722adee4bada5cecb2c17d88a95f4644818f4..9f866f5d7147826ebbb393acbac784c266e7dc6a 100644 (file)
@@ -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