link.Elf: Fix default page size for hexagon.

This commit is contained in:
Alex Rønne Petersen
2024-10-02 08:16:35 +02:00
parent f31173d379
commit 45644b7e15

View File

@@ -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,
};