patch-dont-clear-runshared-14.patch
Configure nerfs RUNSHARED when cross-compiling, which prevents PGO from running. However, we can often run the target binaries (e.g. x86_64 host and i686 target).
This patch prevents configure from clearing RUNSHARED when cross-compiling, allowing PGO to work in these scenarios.
Related: