Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc{6,7,8,9,10,11}: fix cross-compiler build on x86_64-darwin
Building a cross-compiler fails due to register storage class specifier errors when building with clang 16 due to its defaulting to C++17. Downgrading the error allows the older cross-compilers to build. (cherry picked from commit f2a7764)
- Loading branch information