From bd465e710cc8cb152844776863e753140c69d61c Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Mon, 11 May 2026 17:15:35 +0200 Subject: [PATCH] Revert "rusticl: link the C++ runtime statically" This reverts commit 528ceeb49b95b0797979c85b959fa543253fa0b3. Cc: mesa-stable Part-of: --- src/gallium/targets/rusticl/meson.build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gallium/targets/rusticl/meson.build b/src/gallium/targets/rusticl/meson.build index d4a24fd8585..2b214adbbf5 100644 --- a/src/gallium/targets/rusticl/meson.build +++ b/src/gallium/targets/rusticl/meson.build @@ -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),