diff options
author | Yonggang Luo <luoyonggang@gmail.com> | 2022-06-21 17:52:21 +0800 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-07-29 23:59:12 +0000 |
commit | 6af5cadef956007cb00a9faf216668e85cecd115 (patch) | |
tree | 144b4747c597ba1ca79e4831bd9b4963f145a4fe /meson.build | |
parent | 365253605aac3f6aa3a4cc3712acc28239844813 (diff) | |
download | mesa-6af5cadef956007cb00a9faf216668e85cecd115.tar.gz mesa-6af5cadef956007cb00a9faf216668e85cecd115.tar.bz2 mesa-6af5cadef956007cb00a9faf216668e85cecd115.zip |
meson: Remove pre_args += '-DUSE_ELF_TLS'
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>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 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_@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 |