mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
link.Elf: Fix default page size for hexagon.
This commit is contained in:
parent
f31173d379
commit
45644b7e15
@ -189,7 +189,7 @@ pub fn createEmpty(
|
||||
};
|
||||
|
||||
const page_size: u32 = switch (target.cpu.arch) {
|
||||
.aarch64, .powerpc64le => 0x10000,
|
||||
.aarch64, .hexagon, .powerpc64le => 0x10000,
|
||||
.sparc64 => 0x2000,
|
||||
else => 0x1000,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user