Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: fix PowerPC machine model typo & value
We were getting a warning on an unknown key in the target spec file because there was a typo in the key. This warning should be an error, but it seems `-Dwarnings` does not cover it (reported upstream: rust-lang/rust#91262). However, the value was also wrong: PowerPC does not support the "kernel" machine model. Given PPC_64 modules use the large model, use that value for the moment for everything in PowerPC until we have proper target spec file generation (at which point, we will need to pick the right model in each sitaution for all architectures, properly). Signed-off-by: Miguel Ojeda <[email protected]>
- Loading branch information