[cfe-commits] [PATCH] Warn if -isysroot is given an invalid path

John McCall rjmccall at apple.com
Tue Dec 18 15:06:49 PST 2012


On Dec 18, 2012, at 2:31 AM, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:
> On Mon, Dec 17, 2012 at 07:14:41PM -0800, John McCall wrote:
>> In what reality is "early in a system bootstrap" a fairly standard use case?
> 
> system bootstrap as in "building the system", not as in booting it.

Right, I understand that.  Is building a system from scratch actually something
that there are countless, unmaintained scripts for?

> BTW, a good compromise would be to issue this as note on the first
> missing include.

This also seems quite reasonable if missing-sysroot problems usually
manifest as broken includes.

John.



More information about the cfe-commits mailing list