package/uclibc-ng-test: fix TLS for nios2
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 1 Dec 2020 19:30:57 +0000 (20:30 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 15 Dec 2020 21:03:16 +0000 (22:03 +0100)
commit8712bd53bdb89be59193684a3231f8ae8f7952ff
tree4ac7b554efb57d256dfa95bd7b1d099d2001aa0c
parent70f35db9f75272ae29936cb0fb7e67c28f098739
package/uclibc-ng-test: fix TLS for nios2

Fix TLS for nios2 to avoid the following build failure:

In file included from tst-tls1.c:6:
tls-macros.h:101:3: error: #error "No support for this architecture so far."
 # error "No support for this architecture so far."
   ^~~~~

Fixes:
 - http://autobuild.buildroot.org/results/303e50d996b7261896f163418831fabb40779ff5

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/uclibc-ng-test/0001-add-nios2-tls-macros-from-glibc.patch [new file with mode: 0644]