Skip to content

Commit

Permalink
gcc: Pull in Canadian libc header search path fix
Browse files Browse the repository at this point in the history
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
stephanosio committed Sep 25, 2024
1 parent 2fba861 commit c4315bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc
Submodule gcc updated 2 files
+10 −6 configure
+10 −6 configure.ac

0 comments on commit c4315bd

Please sign in to comment.