mirror of git://sourceware.org/git/glibc.git
x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread
This fixes a test build failure on Hurd. Fixes commit145097dff1("x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810)"). Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> (cherry picked from commitc6e2895695) (cherry picked from commit837a36c371)
This commit is contained in:
parent
5cb05015c9
commit
e925c13e03
|
|
@ -102,6 +102,9 @@ LDFLAGS-tst-gnu2-tls2-x86-noxsavexsavec += -Wl,-z,lazy
|
|||
tst-gnu2-tls2-x86-noxsave-ENV = GLIBC_TUNABLES=glibc.cpu.hwcaps=-XSAVE
|
||||
tst-gnu2-tls2-x86-noxsavec-ENV = GLIBC_TUNABLES=glibc.cpu.hwcaps=-XSAVEC
|
||||
tst-gnu2-tls2-x86-noxsavexsavec-ENV = GLIBC_TUNABLES=glibc.cpu.hwcaps=-XSAVE,-XSAVEC
|
||||
$(objpfx)tst-gnu2-tls2-x86-noxsave: $(shared-thread-library)
|
||||
$(objpfx)tst-gnu2-tls2-x86-noxsavec: $(shared-thread-library)
|
||||
$(objpfx)tst-gnu2-tls2-x86-noxsavexsavec: $(shared-thread-library)
|
||||
$(objpfx)tst-gnu2-tls2-x86-noxsave.out \
|
||||
$(objpfx)tst-gnu2-tls2-x86-noxsavec.out \
|
||||
$(objpfx)tst-gnu2-tls2-x86-noxsavexsavec.out: \
|
||||
|
|
|
|||
Loading…
Reference in New Issue