You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments