Skip to content

Instantly share code, notes, and snippets.

@mikdusan
Created February 4, 2021 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikdusan/b772d2d6ea592567722ae73870f88519 to your computer and use it in GitHub Desktop.
Save mikdusan/b772d2d6ea592567722ae73870f88519 to your computer and use it in GitHub Desktop.
diff --git a/lib/std/target/powerpc.zig b/lib/std/target/powerpc.zig
index 2ec559ca6..2db7d30e8 100644
--- a/lib/std/target/powerpc.zig
+++ b/lib/std/target/powerpc.zig
@@ -760,7 +760,7 @@ pub const cpu = struct {
};
pub const ppc32 = CpuModel{
.name = "ppc32",
- .llvm_name = "ppc32",
+ .llvm_name = "ppc",
.features = featureSet(&[_]Feature{
.hard_float,
}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment