https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113192
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:3ac307df305146a438988acbea2341829e8b7ad3 commit r13-8380-g3ac307df305146a438988acbea2341829e8b7ad3 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Jan 9 09:54:06 2024 +0100 libgomp: Use absolute pathname to testsuite/flock [PR113192] When flock program doesn't exist, libgomp configure attempts to offer a fallback version using a perl script, but we weren't using absolute filename to that, so it apparently failed to work correctly. The following patch arranges for it to get the absolute filename. Tested by John David in the PR. 2024-01-09 Jakub Jelinek <ja...@redhat.com> PR libgomp/113192 * configure.ac (FLOCK): Use \$(abs_top_srcdir)/testsuite/flock rather than $srcdir/testsuite/flock. * configure: Regenerated. (cherry picked from commit f2e967e0257bc8188840df236595e7218b6bf748)