mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 02:48:07 +02:00
Revert "rusticl: link the C++ runtime statically"
This reverts commit 528ceeb49b.
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41488>
This commit is contained in:
parent
c3832060a4
commit
bd465e710c
1 changed files with 0 additions and 6 deletions
|
|
@ -52,12 +52,6 @@ librusticl = shared_library(
|
|||
ld_args_gc_sections,
|
||||
ld_args_bsymbolic,
|
||||
rusticl_ld_args,
|
||||
# Seems like some proprietary apps ship libraries exporting C++ STL symbols.
|
||||
# So let's just link statically against the standard C++ library then in order to prevent data
|
||||
# layout mismatches and the likes.
|
||||
cc.get_supported_link_arguments(
|
||||
'-static-libstdc++',
|
||||
),
|
||||
],
|
||||
link_depends : rusticl_ld_depends,
|
||||
version : '@0@.0.0'.format(opencl_version),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue