Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:tobijk:X11:XOrg
Mesa
tlsdesc_test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tlsdesc_test.patch of Package Mesa
LTO defeats the -fpic workaround and enables TLS relaxation anyway Index: mesa-24.2.2/meson.build =================================================================== --- mesa-24.2.2.orig/meson.build +++ mesa-24.2.2/meson.build @@ -507,7 +507,7 @@ if not have_mtls_dialect foreach tlsdesc_arg : ['-mtls-dialect=gnu2', '-mtls-dialect=desc'] # -fpic to force dynamic tls, otherwise TLS relaxation defeats check tlsdesc_test = cc.run('int __thread x; int main() { return x; }', - args: [tlsdesc_arg, '-fpic'], + args: [tlsdesc_arg, '-fpic', '-fno-lto'], name: tlsdesc_arg) if tlsdesc_test.returncode() == 0 and ( # check for lld 13 bug: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5665
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor