meson: Remove pre_args += '-DUSE_ELF_TLS'
authorYonggang Luo <luoyonggang@gmail.com>
Tue, 21 Jun 2022 09:52:21 +0000 (17:52 +0800)
committerMarge Bot <emma+marge@anholt.net>
Fri, 29 Jul 2022 23:59:12 +0000 (23:59 +0000)
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17213>

meson.build

index 8da10d9..829d790 100644 (file)
@@ -504,8 +504,6 @@ foreach platform : _platforms
   pre_args += '-DHAVE_@0@_PLATFORM'.format(platform.to_upper())
 endforeach
 
-pre_args += '-DUSE_ELF_TLS'
-
 if with_platform_android and get_option('platform-sdk-version') >= 29
   # By default the NDK compiler, at least, emits emutls references instead of
   # ELF TLS, even when building targeting newer API levels.  Make it actually do