aboutsummaryrefslogtreecommitdiff
path: root/tools/process_headers.zig
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-04-07 18:46:20 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-04-11 02:28:35 +0200
commitcd58615c17c0a1044a08fb8c12dbf81be9c4e5e3 (patch)
tree7a613d1b065b658cdbb337aeae5c85fd641af282 /tools/process_headers.zig
parent2174014349c5a60a224e1c941812ceb10ea1ce0e (diff)
downloadzig-cd58615c17c0a1044a08fb8c12dbf81be9c4e5e3.tar.gz
zig-cd58615c17c0a1044a08fb8c12dbf81be9c4e5e3.zip
process_headers: Add hexagon-linux-musl support.
Diffstat (limited to 'tools/process_headers.zig')
-rw-r--r--tools/process_headers.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/process_headers.zig b/tools/process_headers.zig
index 9d149a2eb5..53822e91b1 100644
--- a/tools/process_headers.zig
+++ b/tools/process_headers.zig
@@ -60,6 +60,7 @@ const glibc_targets = [_]LibCTarget{
const musl_targets = [_]LibCTarget{
.{ .arch = .arm, .abi = .musl },
.{ .arch = .aarch64, .abi = .musl },
+ .{ .arch = .hexagon, .abi = .musl },
.{ .arch = .loongarch64, .abi = .musl },
.{ .arch = .m68k, .abi = .musl },
.{ .arch = .mips, .abi = .musl },