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
[libc] Fix missing sysroot path for kernel headers when crosscompiling
When crosscompiling, we need to search for the linux kernel headers in
the sysroot but since llvm#97486 the linux kernel headers were always
searched in /usr/include.
This patch fixes this behaviour by prepending a '=' to where we search
for the kernel headers. As per the gcc/clang's documentation a '='
before the path is replaced by the sysroot.
0 commit comments