mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 09:02:32 +00:00
powerpc does not have a red zone
This will prevent unused argument warnings when compiling C objects targeting powerpc.
This commit is contained in:
parent
ff1eff9979
commit
34887cf136
@ -437,9 +437,6 @@ pub fn hasRedZone(target: std.Target) bool {
|
||||
return switch (target.cpu.arch) {
|
||||
.x86_64,
|
||||
.x86,
|
||||
.powerpc,
|
||||
.powerpc64,
|
||||
.powerpc64le,
|
||||
.aarch64,
|
||||
.aarch64_be,
|
||||
.aarch64_32,
|
||||
|
Loading…
Reference in New Issue
Block a user