On Tue, 5 Feb 2019, Martin Liška wrote: > #ifdef NATIVE_SYSTEM_HEADER_DIR > /* Then search: <sysroot>/usr/include/finclude/<multilib> */ > add_sysrooted_hdrs_prefix (&prefixes, NATIVE_SYSTEM_HEADER_DIR > "/finclude/", > - NULL, 0, 0, false); > + NULL, 0, 0, 0); > #endif
The comment needs updating to reflect that the search no longer uses multilib suffixes. The driver changes are OK with that change. -- Joseph S. Myers jos...@codesourcery.com