Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llvmPackages_14: Use GCC 11 on aarch64-linux
The libcxx library needs a C++20 capable compiler toolchain since version 14, but aarch64-linux uses GCC 9 by default. However, building libcxxabi fails when using GCC 10, see [llvm/llvm-project#56828]. So let's use GCC 11 instead. [llvm/llvm-project#56828]: llvm/llvm-project#56828
- Loading branch information