Re: [PATCH 5/5] gcc: Pass sysroot options to cpp for preprocessed source

2021-12-14 Thread Jeff Law via Gcc-patches
On 10/27/2021 2:05 PM, Richard Purdie via Gcc-patches wrote: OpenEmbedded/Yocto Project extensively uses the --sysroot support within gcc. We discovered that when compiling preprocessed source (.i or .ii files), the compiler will try and access the builtin sysroot location rather than the --sy

[PATCH 5/5] gcc: Pass sysroot options to cpp for preprocessed source

2021-10-27 Thread Richard Purdie via Gcc-patches
OpenEmbedded/Yocto Project extensively uses the --sysroot support within gcc. We discovered that when compiling preprocessed source (.i or .ii files), the compiler will try and access the builtin sysroot location rather than the --sysroot option specified on the commandline. If access to that direc