Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crosstool: add /usr/lib/gcc-cross/ to the toolchain
This should fix the compile time error: ERROR: Compiling absl/base/log_severity.cc failed: absolute path inclusion(s) found in rule '@@com_google_absl//absl/base:log_severity': the source file 'absl/base/log_severity.cc' includes the following non-builtin files with absolute paths (if these are builtin files, make sure these paths are in your toolchain): '/usr/lib/gcc-cross/x86_64-linux-gnu/11/include/stddef.h' '/usr/lib/gcc-cross/x86_64-linux-gnu/11/include/stdarg.h' '/usr/lib/gcc-cross/x86_64-linux-gnu/11/include/stdint.h' '/usr/lib/gcc-cross/x86_64-linux-gnu/11/include/limits.h' '/usr/lib/gcc-cross/x86_64-linux-gnu/11/include/syslimits.h'
- Loading branch information