From c4315bde3a02901009bf0836ecf85cacc3074921 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 24 Sep 2024 22:42:59 +0900 Subject: [PATCH] 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 --- gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc b/gcc index 0835dbe3..df666195 160000 --- a/gcc +++ b/gcc @@ -1 +1 @@ -Subproject commit 0835dbe3b694f50705f225b2af263ad080bb87c7 +Subproject commit df666195d9e9cd45584024aee587d2b5758ff371