Created attachment 157620 [details] 0001-Gdbserver-Improve-compatibility-of-library-directory.patch Some linux os make softlink from customized directory like lib64xxx into standard system lib64 directory, we could improve compatibility for these cases, see Attachment :)
I never saw such a system, but this should also work fine for existing systems. Applied as: commit fb6fbe4e8446ec7dd4a01662dbefc48f9349160b Author: Mark Wielaard <mark@klomp.org> Date: Sat Apr 15 00:00:36 2023 +0200 gdbserver_tests: Improve compatibility of library directory name Some linux os make softlink from customized directory like lib64xxx into standard system lib64 directory. https://bugs.kde.org/show_bug.cgi?id=467839 Contributed-by: JojoR <rjiejie@gmail.com>