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:
Karol Herbst 2026-05-11 17:15:35 +02:00 committed by Marge Bot
parent c3832060a4
commit bd465e710c

View file

@ -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),