https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102675
--- Comment #21 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:edd2249b17fb7150da66b03adb1a4e381926047d commit r12-5367-gedd2249b17fb7150da66b03adb1a4e381926047d Author: Jakub Jelinek <ja...@redhat.com> Date: Thu Nov 18 10:06:01 2021 +0100 libsanitizer: Fix bootstrap on FreeBSD [PR102675] Here is an alternative to the patch changing a file imported from compiler-rt upstream, so that we don't need to cary a local patch for that particular problem. 2021-11-18 Jakub Jelinek <ja...@redhat.com> PR bootstrap/102675 * sanitizer_common/Makefile.am: Use -DUSE_SYSTEM_MD5 in AM_CXXFLAGS of sanitizer_platform_limits_freebsd.cpp. * sanitizer_common/Makefile.in: Regenerated.