On 9/9/22 1:00 PM, Jonathan Perkin wrote:
bootstrap: Remove old -isystem hack on macOS.
This was introduced many years ago in PR#26143 to try and work around a
misconfiguration in how Apple's GCC was built at the time. Newer compilers no
longer look in /usr/local/include, and this workaround can now be harmful when
trying to pick a specific SDK to build against.
So this change would potentially break bootstrapping on ppc Macs in
the presence of /usr/local/include content?
Could we just check the mac os version before setting CC, as it is
done further down?