Should the default toolchains include /usr/local/{include,lib} in the appropriate search paths by default? There's three ways to resolve this: never include them (eg always make the user a -I/usr/local/include and -L/usr/local/lib), always include them, or only include them when the system is built to include them (that is, make it optional