Skip to content

Commit c4315bd

Browse files
committed
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 <[email protected]>
1 parent 2fba861 commit c4315bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc

0 commit comments

Comments
 (0)