Mesa (main): meson: Remove pre_args += '-DUSE_ELF_TLS'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jul 30 02:03:35 UTC 2022


Module: Mesa
Branch: main
Commit: 6af5cadef956007cb00a9faf216668e85cecd115
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6af5cadef956007cb00a9faf216668e85cecd115

Author: Yonggang Luo <luoyonggang at gmail.com>
Date:   Tue Jun 21 17:52:21 2022 +0800

meson: Remove pre_args += '-DUSE_ELF_TLS'

Signed-off-by: Yonggang Luo <luoyonggang at gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17213>

---

 meson.build | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meson.build b/meson.build
index 8da10d9fe00..829d7908c2d 100644
--- a/meson.build
+++ b/meson.build
@@ -504,8 +504,6 @@ foreach platform : _platforms
   pre_args += '-DHAVE_ at 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



More information about the mesa-commit mailing list