Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc: Pull in Canadian libc header search path fix
GCC was adding the libc header directories to the target include search path only when building non-Canadian cross compilers, which caused wrong libc (newlib) headers to be picked up by the libstdc++ builds for companion libcs such as newlib-nano and picolibc when building a Canadian cross compiler. This commit pulls in the GCC patch that ensures that the libc header directories are always added to the include search path, even when compiling a Canadian cross compiler. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
- Loading branch information